anchor.go 66 B

1234567
  1. //go:build !dev
  2. package kernel
  3. func Anchor() {
  4. // do nothing
  5. }