mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
14 lines
220 B
Go
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() {
|
|
|
|
}
|