Files
qrank/cmd/main.go

10 lines
91 B
Go

package main
import (
app "gitlab.gwdg.de/qrank/qrank/src"
)
func main() {
app.App()
}