diff options
-rw-r--r-- | notes/golang.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/notes/golang.txt b/notes/golang.txt index 8527711e..090a5942 100644 --- a/notes/golang.txt +++ b/notes/golang.txt @@ -15,3 +15,13 @@ database migrations: maybe also: - https://github.com/oklog/ulid like a UUID, but base32 and "sortable" (timestamp + random) + +for auth, start with oauth2... orcid? + +debug postgres with gocmdpev + +## Non-API stuff + +- logrus structured logging (or zap?) +- testify tests +- viper config |