diff --git a/habbgo/utils/encoding/vl64.go b/habbgo/utils/encoding/vl64.go index a78a246..573829b 100644 --- a/habbgo/utils/encoding/vl64.go +++ b/habbgo/utils/encoding/vl64.go @@ -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"