mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
api/message/msgpack/codec.go: fix go:generate command
This commit is contained in:
parent
903317ba61
commit
0e60e604bb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"github.com/eosswedenorg/thalos/api/message"
|
"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() {
|
func init() {
|
||||||
RegisterGeneratedResolver()
|
RegisterGeneratedResolver()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue