├── cmd # Starting points
├── pkg # Internal libraries
├── store # Simulate database connection
├── tests # Integration tests
└── transport # Communicate with clients including rest, graphql, rpc, soap, etc.
go run main.go
# Server listening on port 8080...