FFly3CLI/main.go

10 lines
118 B
Go

package main
import "local/fireflyiii/config"
func main() {
if err := config.New(); err != nil {
panic(err)
}
}