This repository has been archived on 2022-07-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
browser_csr_generation/cmd/goose/main.go
2022-07-28 18:46:14 +02:00

8 lines
105 B
Go

package main
import (
_ "git.dittberner.info/jan/browser_csr_generation/migrations"
)
func main() {
}