Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. module github.com/acme/foo
  2.  
  3. go 1.12
  4.  
  5. require (
  6. github.com/acme/bar v1.0.0
  7. )
  8.  
  9. replace github.com/acme/bar => /path/to/local/bar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement