aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2022-06-25Remove unneeded build constraintGrégoire Duchêne
2022-06-25Split the AWS version into its own moduleGrégoire Duchêne
This allows the rather large AWS Lambda SDK to only be fetched if the command itself is being fetched.
2021-07-04Simplify project structureGrégoire Duchêne
2021-02-19Use URL.Query.Getv0.1.0Grégoire Duchêne
2021-02-19Use fmt.Fprint to write the body and log any errorGrégoire Duchêne
2021-02-19Use Header.Set to set headersGrégoire Duchêne
2021-02-19Redirect to pkg.go.dev instead of godoc.orgGrégoire Duchêne
See https://blog.golang.org/pkg.go.dev-2020, godoc.org is being replaced by pkg.go.dev.
2020-04-23Use golang.org/x/sys/unix instead of syscallGrégoire Duchêne
See https://golang.org/s/go1.4-syscall for more details.
2020-04-12Put both entry points in the same directoryGrégoire Duchêne
2020-04-10Merge ADDR and PORTGrégoire Duchêne
2020-04-10Allow ADDR to be a path to a UNIX socketGrégoire Duchêne
2020-04-03Gracefully shut down the serverGrégoire Duchêne
2020-04-02Reject non-GET requestsGrégoire Duchêne
2020-03-26Standardize the project layoutGrégoire Duchêne
https://github.com/golang-standards/project-layout seems sensible.