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/83b13a15-7501-4a5f-9092-97f75635a547n%40googlegroups.com.

Reply via email to