Update vl64.go
This commit is contained in:
parent
585e4ae708
commit
94550fd2bb
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
vl64 contains an implementation of the FUSE mixed radix numeric encoding used by Sulake in HH.
|
||||
This implementation is a Golang port of the examples from Puomi's wiki for VL64.
|
||||
*/
|
||||
*/
|
||||
package encoding
|
||||
|
||||
import "math"
|
||||
|
|
Loading…
Reference in New Issue