Re: [pkg-go] Simple binary + library package example

2018-05-30 Thread Alexandre Viau
On 2018-05-30 09:25 AM, Tong Sun wrote: > I'm a first time DM and  first time trying to maintain a Go package.  > Can anyone give me some simple instruction on how to > maintain/start-with a simple Go package like this? > > I.e., from   > > turning from https://github.com/containerd/continuity 

Re: [pkg-go] Simple binary + library package example

2018-05-30 Thread Anthony Fok
Hi Tong, 喂,大哥,人家 Stephen 好意告訴你使用 dh-make-golang, 你卻說:「我知道,但不是應該用 dh-golang 的嘛?」 大哥,你究竟有沒有親自試過 dh-make-golang? sudo apt install dh-make-golang man dh-make-golang dh-make-golang -help etc. to learn the tool. dh-make-golang and dh-golang are two different yet both essential tools.

Re: [pkg-go] Simple binary + library package example

2018-05-30 Thread Arnaud Rebillout
On 05/31/2018 10:32 AM, Tong Sun wrote: > > Isn't binary-only and binary + library packages are supposed to be > build with `dh-golang` instead? and I don't see how to use `dh-golang` > covered in that page either.  > > I'm not asking for extensive and comprehensive explanations.  > I'm only 

Re: [pkg-go] Simple binary + library package example

2018-05-30 Thread Tong Sun
> On 05/30/2018 10:54 AM, Tong Sun wrote: >> >> >> Hi everyone, >> >> I'm a first time DM and first time trying to maintain a Go package. >> Can anyone give me some simple instruction on how to maintain/start-with a >> simple Go package like this? >> I.e., from >> turning from

Re: [pkg-go] Simple binary + library package example

2018-05-29 Thread Arnaud Rebillout
Hi, continuity is quite simple: https://salsa.debian.org/go-team/packages/continuity   Arnaud On 05/30/2018 10:54 AM, Tong Sun wrote: > Hi,  > > I want to package a tool that is both executable and library.  > > Is there any simple existing package example that is easy to follow > and

[pkg-go] Simple binary + library package example

2018-05-29 Thread Tong Sun
Hi, I want to package a tool that is both executable and library. Is there any simple existing package example that is easy to follow and duplicate? Thanks ___ Pkg-go-maintainers mailing list Pkg-go-maintainers@alioth-lists.debian.net