Skip to content

jgustavoj/go_stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go_stuff

This repo containts packages from other modules:

Some commands to remember

$ go mod init example/hello
// usually you want to use the repository path example: github.com/username/repo

// Create you .go file where you code will live

$ go mod tidy
// Add new module requirements and sums. Go will add the quote module as a requirement, as well as a go.sum file for use in authenticating the module.

$ go get -u example.com/mypackage
// update package dependencies in your go.mod file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages