Skip to content

Instantly share code, notes, and snippets.

@danott
Created April 24, 2014 16:05
Show Gist options
  • Save danott/11260008 to your computer and use it in GitHub Desktop.
Save danott/11260008 to your computer and use it in GitHub Desktop.
This is how I think go versioning could work...
package main
import (
// mypackage "github.com/danott/mypackage"
mypackage "some-clever-service-name-for-versioning-go-programs.com/danott/mypackage/0.0.1"
)
func main() {
mypackage.ExportedFun()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment