Re: [go-nuts] Re: Build management mechanism for go lang

2020-05-27 Thread Chashika Weerathunga
Thank you @Henrik. I will try this. 
On Wednesday, May 27, 2020 at 12:22:40 PM UTC+5:30, Henrik Johansson wrote:
>
> I usually use make for that in combination with Goreleaser 
> https://github.com/goreleaser/goreleaser/ .
>
>
> On Wed, May 27, 2020 at 7:18 AM Chashika Weerathunga  > wrote:
>
>> go mod, go build fine. Also I want to pack(zip) a executable and other 
>> few directories into a folder. And also need to manage project version. In 
>> maven we can do tasks like this.  So I want to manage all the things in 
>> flexible way.
>>
>> On Wednesday, May 27, 2020 at 10:30:21 AM UTC+5:30, Chashika Weerathunga 
>> wrote:
>>>
>>> Instead of creating a bash file, is there any build management tool like 
>>> maven for go lang ? I want to do the version, dependency management and 
>>> also create build files etc. 
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golan...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/golang-nuts/beb3c884-b76f-4af4-83ca-e2e27f5421db%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/0ec62fb4-12c5-4fea-b787-68b3c589f252%40googlegroups.com.


Re: [go-nuts] Re: Build management mechanism for go lang

2020-05-27 Thread Henrik Johansson
I usually use make for that in combination with Goreleaser
https://github.com/goreleaser/goreleaser/ .


On Wed, May 27, 2020 at 7:18 AM Chashika Weerathunga <
chashikajw...@gmail.com> wrote:

> go mod, go build fine. Also I want to pack(zip) a executable and other few
> directories into a folder. And also need to manage project version. In
> maven we can do tasks like this.  So I want to manage all the things in
> flexible way.
>
> On Wednesday, May 27, 2020 at 10:30:21 AM UTC+5:30, Chashika Weerathunga
> wrote:
>>
>> Instead of creating a bash file, is there any build management tool like
>> maven for go lang ? I want to do the version, dependency management and
>> also create build files etc.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/beb3c884-b76f-4af4-83ca-e2e27f5421db%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAKOF695Sm9v7CgQn7UNqyvRecrGC3DE-K0eNYRVz--rLtsbHPQ%40mail.gmail.com.


[go-nuts] Re: Build management mechanism for go lang

2020-05-26 Thread Chashika Weerathunga
go mod, go build fine. Also I want to pack(zip) a executable and other few 
directories into a folder. And also need to manage project version. In 
maven we can do tasks like this.  So I want to manage all the things in 
flexible way.

On Wednesday, May 27, 2020 at 10:30:21 AM UTC+5:30, Chashika Weerathunga 
wrote:
>
> Instead of creating a bash file, is there any build management tool like 
> maven for go lang ? I want to do the version, dependency management and 
> also create build files etc. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/beb3c884-b76f-4af4-83ca-e2e27f5421db%40googlegroups.com.