mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 11:17:55 +00:00
15 lines
189 B
Go
15 lines
189 B
Go
|
|
package subcontract
|
||
|
|
|
||
|
|
import (
|
||
|
|
_ "embed"
|
||
|
|
)
|
||
|
|
|
||
|
|
//go:embed api_enter.go.tpl
|
||
|
|
var API []byte
|
||
|
|
|
||
|
|
//go:embed router_enter.go.tpl
|
||
|
|
var Router []byte
|
||
|
|
|
||
|
|
//go:embed service_enter.go.tpl
|
||
|
|
var Server []byte
|