Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created May 12, 2022 23:34
Show Gist options
  • Save manakuro/965b11d035e22bbb2c833613e06a3595 to your computer and use it in GitHub Desktop.
Save manakuro/965b11d035e22bbb2c833613e06a3595 to your computer and use it in GitHub Desktop.
package main
import (
"planetscale-witn-ent/cmd/seed/seed"
"planetscale-witn-ent/config"
)
func main() {
config.ReadConfig(config.ReadConfigOption{})
seed.Seed()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment