My project has the following structure:
├── api │ ├── api.go │ ├── api_test.go │ ├── other_files... ├── cmd │ └── main.go
Under cmd/main.