atlas-booker

Results 80 comments of atlas-booker

I already wrote one, if you don't mind, I can make a merge request. ``` package main import ( "fmt" "hello" ) func main() { fmt.Println(" start program ") fmt.Println("...

@tcnksm Thanks. Already submit one. I am now developing a tool for golang-binary-package-generator. :P

@tcnksm Thank you for the your example. I have made a deploy script for [golang-binary-package-generator](https://github.com/YongHaoWu/golang-binary-package-generator#golang-binary-package-generator), as the example is not straight to add here.

This is quite helpful , can @ahmedkhalf help to review and merge it?

I started using this MR in my env, works pretty well, thanks

@aaveidt Noted. Will reply you later.

@aaveidt Go support this feature now, see: https://golang.org/cmd/go/#hdr-Build_modes ``` The 'go build' and 'go install' commands take a -buildmode argument which indicates which kind of object file is to be...

@bnjjj I think you just clone this project and does't change the name of it. You should rename it to hello. Thank you for the author's example. I have made...

@bnjjj Where is your main.go? Does it separated from your go_api? You can have a look on my example directory struct.

@bnjjj Make sure that your main.go can not use the package name as go_api, it must has a unique package name.