niki/agentapp/app.go

8 lines
78 B
Go

package agentapp
type Application struct {
config Config
}
func Setup() {}