This commit is contained in:
Alex Yatskov 2015-05-08 18:01:24 +09:00
commit 9d598a808e
2 changed files with 10 additions and 0 deletions

5
format.go Normal file
View File

@ -0,0 +1,5 @@
package main
type Header struct {
magic uint16
}

5
vfs.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}