1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
wakapi/models/models.go

6 lines
57 B
Go
Raw Normal View History

package models
func init() {
SetConfig(readConfig())
}