go-scopes/scopes.go

7 lines
102 B
Go

package scopes
import "git.sr.ht/~cco/go-scopes/config"
func RunApp(cfg config.Config) {
_ = cfg
}