blob: 88b4f5d34e518742666b6c8026d744ad2ff2fe65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
package forgepb
// 'make generate' will call this
//
// go generate is a cool feature. many thanks to the GO dev team
//
// NOTE: please add to go generate: if ! exists go.mod, run 'go mod init' & 'go mod tidy'
//
//go:generate autogenpb --proto forgeConfig.proto
//go:generate autogenpb --proto patch.proto
//go:generate autogenpb --proto set.proto
|