fathom/commands/seed.go

10 lines
106 B
Go

package commands
import(
"github.com/dannyvankooten/ana/db"
)
func seedDatabase() {
db.Seed(nArg)
}