Skip to content

How about modules, packages? #1813

Answered by xushiwei
MirKml asked this question in Q&A
Discussion options

You must be logged in to vote

Create a new Go+ module is same as Go (suppose module name is github.com/foo/bar):

go mod init github.com/foo/bar  # Or: gop mod init github.com/foo/bar

If you import external packages, before compiling you should execute:

gop mod tidy

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MirKml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants