pastes.sh/cmd/web/main.go

8 lines
103 B
Go

package main
import "git.sr.ht/~erock/pastes.sh/internal"
func main() {
internal.StartApiServer()
}