Skip to content

kylie-sre/multimod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multimod

example repo demonstrating how to use go modules to enforce isolation between components in a single repo.


Isolation

You can test the isolation by running:

$ mkdir multimod && cd multimod          
$ go mod init example.com/multimod
$ go get github.com/kylie-sre/multimod/orders

To install all the packages use:

go get -u github.com/kylie-sre/multimod/.../.

Only the orders package is available

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages