7 lines
103 B
Go
7 lines
103 B
Go
package main
|
|
|
|
import "git.sr.ht/~erock/pastes.sh/internal"
|
|
|
|
func main() {
|
|
internal.StartApiServer()
|
|
}
|