Skip to content

miku/gomodintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomodintro

Go modules are in experimental phase since Go 1.11 (August 2018). There is a long history, quite some theory and a few tooling changes related to versioning and dependency management in Go. At Golang and Cloud Native Meetup Leipzig #3 highlighted a bit of the background and live coded some examples.

If there is only a single thing to remember, then maybe this would be it:

Import Compatibility Rule: If an old package and a new package have the same import path, the new package must be backwards compatible with the old package.


Interested in the Go programming language and cloud native topics? Visit us at golangleipzig.space.

About

Intro to Go modules for Golang and Cloud Native Meetup Leipzig #3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published