Files
APIPark/initialization-none.go
T
2024-08-12 21:38:09 +08:00

14 lines
220 B
Go

//go:build !init
package main
import (
_ "github.com/APIParkLab/APIPark/resources/access"
_ "github.com/APIParkLab/APIPark/resources/permit"
_ "github.com/APIParkLab/APIPark/resources/plugin"
)
func doCheck() {
}