Skip to content

regiluze/learningGoModules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

learningGoModules

Repo with my notes and examples of using Go modules

Notes

go mod init github.com/regiluze/learningGoModules it creates a module with that reference go mod tidy Include the dependencies needed for tests in your module go mod why -m blablabla (from sum) return where is using this library

URL

https://www.youtube.com/watch?v=aeF3l-zmPsY justforfunc #42: Intro to Go Modules and SemVer

About

Repo with my notes and examples of using Go modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages