pastes.sh/cmd/web/main.go

8 lines
103 B
Go
Raw Normal View History

2022-07-13 19:30:27 +02:00
package main
import "git.sr.ht/~erock/pastes.sh/internal"
func main() {
internal.StartApiServer()
}