We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Make a temporary folder for this demo
$ mkdir temp Download
$ go get -u -t github.com/tinylib/msgp
package main
import ( "fmt" )
//go:generate msgp
type QryD struct { A int8 D int8 T string K string V string }
func main() { fmt.Println("Nothing to see here yet!") }