mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:11 -04:00
10 lines
107 B
Go
10 lines
107 B
Go
package main
|
|
|
|
import (
|
|
"github.com/seriousm4x/upsnap/backend/pb"
|
|
)
|
|
|
|
func main() {
|
|
pb.StartPocketBase()
|
|
}
|