vfs/format.go

6 lines
51 B
Go
Raw Normal View History

2015-05-08 09:01:24 +00:00
package main
type Header struct {
magic uint16
}