Skip to content
unisqu edited this page Jun 13, 2018 · 19 revisions

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!") }

Clone this wiki locally