Go to file
Zorchenhimer eeba54808b Reorganize things a bit
Removed the server object and moved the business layer into the main
namespace.  This turns the main namespace into a library instead of a
server implementation.  All of the http specific stuff (aside from
everything in frontend/) has been moved to the server commmand utility
in cmd/server.go.
2021-02-13 11:52:59 -05:00
api Initial commit 2021-02-13 11:39:05 -05:00
cmd Reorganize things a bit 2021-02-13 11:52:59 -05:00
database Initial commit 2021-02-13 11:39:05 -05:00
frontend Reorganize things a bit 2021-02-13 11:52:59 -05:00
models Initial commit 2021-02-13 11:39:05 -05:00
.gitignore Initial commit 2021-02-13 11:39:05 -05:00
Makefile Initial commit 2021-02-13 11:39:05 -05:00
generic.go Reorganize things a bit 2021-02-13 11:52:59 -05:00
go.mod Initial commit 2021-02-13 11:39:05 -05:00
go.sum Initial commit 2021-02-13 11:39:05 -05:00
hacker.go Reorganize things a bit 2021-02-13 11:52:59 -05:00
word_lists.json Initial commit 2021-02-13 11:39:05 -05:00