mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-23 14:03:47 -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()
|
|
}
|