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