mirror of
https://github.com/zerotier/zerotier-one-api-spec.git
synced 2026-05-22 16:29:58 -07:00
9 lines
121 B
Go
9 lines
121 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen"
|
|
)
|