trakr/main.go

10 lines
99 B
Go

package main
import (
"git.bhasher.com/bhasher/trakr/server"
)
func main() {
server.Server()
}