Skip to content

A script of Go1.7 binary package generator, with a detail example.

Notifications You must be signed in to change notification settings

atlas-comstock/goHike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

golang-binary-package-generator

A script of Go1.7 binary package generator, with a detail example.

How to use it

  1. Specify generatedDirs and projectName(which should be the deploy.sh 's parent directory name) in deploy.sh. Pay attention ! For projectName (which you want to use your binary package) you have to indicate all the projectName where you want to , for example github.com/yonghaowu/myProject.
  2. Execute $ ./deploy.sh
  3. Delete your framework implementation (source code of your binary package) and move fakeGoPackagesPath 's fake go files to implementation's position.
  4. Pack the .a files for your clients, which should be in $GOPATH/pkg/YourProjectName.

Reference

About

A script of Go1.7 binary package generator, with a detail example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published