gopkg.in/juju/charm.v6-unstable@v6.0.0-20171026192109-50d0c219b496/HACKING.md (about)

     1  # HACKING
     2  
     3  See README for information about gopkg.in
     4  
     5  ## Developing
     6  
     7  If you are to develop on a versioned branch, use gopkg.in.
     8  
     9      go get -u -v -t gopkg.in/juju/charm.v2/...
    10  
    11  gopkg.in names the local branch master.  To submit a pull request, push to
    12  your github branch using a refspec which reflects the version tag you are using.
    13  
    14      git push git@github.com:jrwren/charm +master:v2