dimkr / tootik

A federated nanoblogging service with a Gemini frontend.
gemini://hd.206267.xyz
Apache License 2.0
95 stars 3 forks source link

migrations/migration.go:61:20: undefined: migrations #41

Closed locrianz closed 6 months ago

locrianz commented 6 months ago

As of this morning, I can't run go build ./migrations/; it gives me this error:

migrations/migration.go:61:20: undefined: migrations
dimkr commented 6 months ago

https://github.com/dimkr/tootik#building

You skipped this step:

go generate ./migrations
locrianz commented 6 months ago

Seriously, I typed the wrong thing? Oh, fuck me. Sorry.