Fix slicing issue; Change path of math/bits in package json #363

This commit is contained in:
gingerBill
2019-03-30 10:17:31 +00:00
parent 1fd677b42e
commit a9b20c29b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package json
import "core:mem"
import "core:bits"
import "core:math/bits"
import "core:runtime"
import "core:strconv"
import "core:strings"