mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-13 23:02:17 +00:00
10 lines
112 B
Go
10 lines
112 B
Go
package main
|
|
|
|
import (
|
|
"golang-rest-api-template/internal/bootstrap"
|
|
)
|
|
|
|
func main() {
|
|
bootstrap.Bootstrap()
|
|
}
|