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
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
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
Impressive now let's see paul allen's gnt
Vào lúc 23:13:31 UTC+7 ngày Thứ Năm, 6 tháng 7, 2023, Alper Akca đã viết:
>
>
> [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'
> comm