. ├── cmd/ │ └── server/ │ └── main.go # Application entry point ├── internal/ │ ├── config/ │ │ └── config.go # Configuration management │ ├── handler/ │ │ ├── handler.go # HTTP handlers ...
File naming convention Generally, file names are single lowercase words. Go follows a convention where source files are all lower case with underscore separating multiple words. Compound file names ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results