initial commit

pull/1/head
vilmibm 2021-03-19 04:18:49 +00:00
commit c4b901e805
3 changed files with 8 additions and 0 deletions

5
README.md 100644
View File

@ -0,0 +1,5 @@
it might end up being more but for now this repository houses common tooling for tide.town. the
primary impetus is to share some common Go code i want to use in a variety of helper programs (stuff
for querying the town about users and statistics and things).
it might house non-go code eventually, we'll see.

2
TODO 100644
View File

@ -0,0 +1,2 @@
- [ ] admin check for a user struct
- [ ] get user stats/info

1
go.mod 100644
View File

@ -0,0 +1 @@
go 1.14