mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 15:52:58 +03:00
10 lines
127 B
Go
10 lines
127 B
Go
package main
|
|
|
|
import (
|
|
"github.com/stonith404/pocket-id/backend/internal/bootstrap"
|
|
)
|
|
|
|
func main() {
|
|
bootstrap.Bootstrap()
|
|
}
|