mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 06:55:02 +08:00
9 lines
98 B
Go
9 lines
98 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/ogen-go/ogen/cmd/ogen"
|
||
|
)
|