Fresh from the Go project itself. *Experimenting with project templates:* 
https://go.dev/blog/gonew 


On Friday, July 14, 2023 at 10:05:34 AM UTC+2 Marcello H wrote:

> No matter what other people say, as a first project, I think it is great 
> because it gives you the opportunity to practise how a project is made.
> I doubt if I would use it since it is done by hand almost at the same 
> speed.
> Also, I don't like the idea that it forces me into a certain layout.
> So the idea I have, would be: if there's a configuration that will tell 
> the application how the structure is created.
> (Let's say, like some template which the user can adjust.)
>
> Just my two cents, and please don't be bothered by my "negative" comments.
> Op donderdag 13 juli 2023 om 22:35:16 UTC+2 schreef Sandesh Gade:
>
>> Hi, 
>>
>> I am curious to know if you've evaluated whether there is any benefit to 
>> your tool rather than just running  `go mod init projectName`?
>> I don't see any improvements that the `gnt` tool brings to the table 
>> other than an unnecessary wrapper/opinionated project layout/structure on 
>> top of `go mod init`. 
>>
>> I am reminded of a Jeff Goldblum quote from the movie Jurassic Park, *"Your 
>> Scientists Were So Preoccupied With Whether Or Not They Could, They Didn’t 
>> Stop To Think If They Should"*
>>
>> On Thursday, July 6, 2023 at 12:13:31 PM UTC-4 Alper Akca wrote:
>>
>>>
>>>
>>> [image: gnt.png]
>>> I am a beginner in Golang. I made a cli tool for creating a Go project. 
>>> You can easily create a new Go project using the 'gnt create projectName' 
>>> command. This command creates a 'bin', 'cmd/projectName/main.go' 
>>> directories and the go module file. Those who are good at golang can give 
>>> me ideas. GitHub repository link below:
>>> https://github.com/lnxwizard/gnt
>>>
>>>

-- 
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/ea418f79-726c-4221-a331-feb1d0178208n%40googlegroups.com.

Reply via email to