mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-17 20:09:29 +00:00
10 lines
126 B
Go
10 lines
126 B
Go
package main
|
|
|
|
import (
|
|
"github.com/pocket-id/pocket-id/backend/internal/bootstrap"
|
|
)
|
|
|
|
func main() {
|
|
bootstrap.Bootstrap()
|
|
}
|