This commit is contained in:
parent
2b703e9af2
commit
70c2da4a4d
40 changed files with 821 additions and 117 deletions
4
src/data/Data.go
Normal file
4
src/data/Data.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package data
|
||||
|
||||
// Data saves slices of bytes referenced by labels.
|
||||
type Data map[string][]byte
|
Loading…
Add table
Add a link
Reference in a new issue