main.go 386 B

123456789101112131415161718
  1. // Code generated by dol build. Only Generate by tools if not existed.
  2. // source: main.go
  3. package main
  4. import (
  5. // "github.com/2637309949/dolphin/platform/app" init
  6. _ "github.com/2637309949/dolphin/platform/app"
  7. // "github.com/go-sql-driver/mysql" init
  8. _ "github.com/go-sql-driver/mysql"
  9. // "oauth/app" init
  10. "oauth/app"
  11. )
  12. //go:generate dolphin build
  13. func main() {
  14. app.Run()
  15. }