Skip to content

Commit

Permalink
add go:generate line to install msgp if not present
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Oct 5, 2023
1 parent 9230be3 commit 9d65a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions middleware/idempotency/response.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package idempotency

//go:generate go install -v github.com/tinylib/msgp/...@latest
//go:generate msgp -o=response_msgp.go -io=false -unexported
type response struct {
StatusCode int `msg:"sc"`
Expand Down

0 comments on commit 9d65a9a

Please sign in to comment.