atlas-comstock / goHike

A script of Go1.7 binary package generator, with a detail example.
23 stars 6 forks source link

Doesn't work after follow steps #4

Closed miachel-lv closed 5 years ago

miachel-lv commented 5 years ago

1.I rename project "golang-binary-package-generator" to "go-binary", deploy.sh and main.go reference also rename to go-binary 2.after run deploy.sh, "myframework.a" created in "$GOPATH/pkg/darwin_amd64, fakeGoPackages also created in project 3.follow step3 remove framework implementation and move fakeGoPackagesPath 's fake go files to implementation's position.

  1. move my .a file "myframework.a" move from "$GOPATH/pkg/darwin_amd64" to $GOPATH/pkg/go-binary"

Any idea ? tks 2222

atlas-comstock commented 5 years ago

@miachel-lv Hi, just found this issue. Do u still need help now?

miachel-lv commented 5 years ago

@miachel-lv Hi, just found this issue. Do u still need help now? Already fixed this issue, thanks!

atlas-comstock commented 5 years ago

@miachel-lv Is that means this script can satisfy your need?

miachel-lv commented 5 years ago

@YongHaoWu yes