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.
Make a temporary folder for this demo $ mkdir temp Download $ go get -u -t github.com/tinylib/msgp
package main
import ( "fmt" )
import (
"fmt"
)
//go:generate msgp
type QryD struct { A int8 D int8 T string K string V string }
type QryD struct {
A int8
D int8
T string
K string
V string
}
func main() { fmt.Println("Nothing to see here yet!") }
func main() {
fmt.Println("Nothing to see here yet!")