Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/surapas3022/Tickets

Package Overview
Dependencies
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/surapas3022/Tickets

Source
Go Modules
Version
v0.0.0-20250127034530-37faf328ee95
Version published
Created
Source

Tickets

Learning golang modules

#generate go.mod

#go mod init "domainName" #e.g. go mod init github.com/surapas3022/Tickets #Or the name your project is case example with Tickets

#command run at project path go run main.go

#Clean the Go Module Cache: go clean -modcache

#Download All Dependencies: go mod tidy

#Verify Version go version

#%.2f = decimal 2 positions

#======================== #for call use mod

#the name your project go mod init callmodule

#in main.go file in call use module import ( "github.com/surapas3022/Tickets/movie" )
#Or the name your project is case example with Tickets go mod tidy

FAQs

Package last updated on 27 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts