Place build instruction before package name
This commit is contained in:
parent
7728c5b398
commit
fa40f52302
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package db
|
||||
|
||||
//+build generate
|
||||
|
||||
package db
|
||||
|
||||
//go:generate codecgen -o db.gen.go db.go
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package sql
|
||||
|
||||
//+build generate
|
||||
|
||||
package sql
|
||||
|
||||
//go:generate codecgen -o ast.gen.go ast.go
|
||||
|
|
Loading…
Reference in a new issue