1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 11:36:46 +00:00
Files
pocket-id/backend/cmd/main.go
Elias Schneider eaff977b22 initial commit
2024-08-12 11:24:22 +02:00

10 lines
112 B
Go

package main
import (
"golang-rest-api-template/internal/bootstrap"
)
func main() {
bootstrap.Bootstrap()
}