This repository has been archived on 2024-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
2018-09-17 14:17:54 +02:00
|
|
|
**/*.go
|
2018-09-18 18:07:40 +02:00
|
|
|
!**/*_test.go
|
2018-09-17 14:17:54 +02:00
|
|
|
modd.conf
|
|
|
|
.env
|
|
|
|
Makefile {
|
|
|
|
prep: make build
|
|
|
|
daemon: [ -e .env ] && . .env; ./bin/server
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
**/*.go
|
|
|
|
modd.conf
|
|
|
|
Makefile {
|
|
|
|
prep: make test
|
|
|
|
}
|
|
|
|
|