Update vl64.go

This commit is contained in:
Justin T 2019-11-30 00:07:10 -06:00
parent 585e4ae708
commit 94550fd2bb
1 changed files with 1 additions and 1 deletions

View File

@ -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"