mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-07 06:23:39 +08:00
8 lines
66 B
Go
8 lines
66 B
Go
//go:build !dev
|
|
|
|
package kernel
|
|
|
|
func Anchor() {
|
|
// do nothing
|
|
}
|