teldrive/tools/tools.go

8 lines
98 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/ogen-go/ogen/cmd/ogen"
)