1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

api/message/msgpack/codec.go: fix go:generate command

This commit is contained in:
Henrik Hautakoski 2023-04-26 11:41:29 +02:00
parent 903317ba61
commit 0e60e604bb

View file

@ -6,7 +6,7 @@ import (
"github.com/eosswedenorg/thalos/api/message"
)
//go:generate go run github.com/shamaton/msgpackgen -v -input-file ../types.go -output-file msgpack.go
//go:generate msgpackgen -v -input-file ../types.go -output-file msgpack.go
func init() {
RegisterGeneratedResolver()