testing compilation with remove package
This commit is contained in:
11
go/storage/volume_version.go
Normal file
11
go/storage/volume_version.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package storage
|
||||
|
||||
import ()
|
||||
|
||||
type Version uint8
|
||||
|
||||
const (
|
||||
Version1 = Version(1)
|
||||
Version2 = Version(2)
|
||||
CurrentVersion = Version2
|
||||
)
|
||||
Reference in New Issue
Block a user