aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-04-24 16:41:08 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-04-24 16:41:08 -0700
commita344974bf7eb2271a9c47b20bde2fd879c0a9a13 (patch)
tree6f182dc042a9a65ab9b12004558953f4a63f3d5e
parent71a4210f1e27545cadc216301b4529912fc57591 (diff)
downloadfatcat-a344974bf7eb2271a9c47b20bde2fd879c0a9a13.tar.gz
fatcat-a344974bf7eb2271a9c47b20bde2fd879c0a9a13.zip
more golang time waste
-rw-r--r--notes/golang.txt10
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