Files
APIPark/initialization-none.go
2024-10-28 18:39:55 +08:00

13 lines
219 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() {
}