7558655458
I have put too much code into the same files. Also, I put everything into the same package: main. This package is only meant for executables. Therefore, I have refactored my code to use multiple packages. These packages also guarantee separation of concerns since Golang doesn't allow cyclic imports. |
||
---|---|---|
db | ||
env | ||
lib | ||
lnd | ||
pages | ||
public | ||
server | ||
.gitignore | ||
MATCHMAKING.md | ||
Makefile | ||
README.md | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
hotreload.sh | ||
init.sql | ||
main.go | ||
nginx.conf | ||
postgresql.conf |
README.md
delphi.market
A prediction market using the lightning network: https://delphi.market
Development
See Makefile