From 94550fd2bb1d6899e90304bf9587e4cfe011c52b Mon Sep 17 00:00:00 2001 From: Justin T <37750742+jtieri@users.noreply.github.com> Date: Sat, 30 Nov 2019 00:07:10 -0600 Subject: [PATCH] Update vl64.go --- habbgo/utils/encoding/vl64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"