We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ mkdir temp
$ go get -u -t github.com/tinylib/msgp
Open editor and copy/paste and save the code below:
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!") }