1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
This commit is contained in:
Ferdinand Mütsch
2019-05-05 22:36:49 +02:00
commit 0bd71b7708
6 changed files with 178 additions and 0 deletions

5
models/config.go Normal file
View File

@@ -0,0 +1,5 @@
package models
type Config struct {
Port int
}