The go.mod File¶
| Filename | Location | Group | Project/Repository |
|---|---|---|---|
go.mod | ./go.mod | application | httpcats |
Why?¶
We're going to ignore this file at this point in time because we will discuss it in the next sub chapter on compiling the application, but in short this file is managed by the go binary and we (probably) shouldn't edit it directly.