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