Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vasa-develop
Created January 22, 2020 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasa-develop/71a456de35f356de718916f3bfcacb82 to your computer and use it in GitHub Desktop.
Save vasa-develop/71a456de35f356de718916f3bfcacb82 to your computer and use it in GitHub Desktop.
SimpleAsWater Tutorial: Hands On IPLD Tutorial: PART 2
// SampleStruct defines the benchmark payload
type SampleStruct struct {
ID string `json:"ID"`
Name string `json:"Name"`
Salary string `json:"Salary"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment