Start to move config to a config file.

This commit is contained in:
2021-09-28 21:17:54 +09:30
parent f7b9454835
commit 2ba4588fba
4 changed files with 74 additions and 42 deletions

1
go.mod
View File

@@ -5,4 +5,5 @@ go 1.16
require (
github.com/gorilla/mux v1.8.0
golang.org/x/mod v0.5.1
gopkg.in/yaml.v2 v2.4.0
)