aboutsummaryrefslogtreecommitdiff
path: root/tokenizer/tokenizer_test.go
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-07-18 12:34:56 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-07-18 12:34:56 +0100
commit80768470741afed68e871b2198ac6fcbbfcb9eb7 (patch)
tree6f3c61910ed72874f07afa820465ab0e739fe3db /tokenizer/tokenizer_test.go
parentbcec5e47f7e76964c82e59ddba69b5a03be54a60 (diff)
downloadmicro-lang-80768470741afed68e871b2198ac6fcbbfcb9eb7.tar.gz
micro-lang-80768470741afed68e871b2198ac6fcbbfcb9eb7.zip
Go install won't work anyway with cgit, make the package name nicer
Diffstat (limited to 'tokenizer/tokenizer_test.go')
-rw-r--r--tokenizer/tokenizer_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokenizer/tokenizer_test.go b/tokenizer/tokenizer_test.go
index c709b65..22bfe92 100644
--- a/tokenizer/tokenizer_test.go
+++ b/tokenizer/tokenizer_test.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- "git.usebox.net/micro-lang/tokens"
+ "usebox.net/micro-lang/tokens"
)
func TestSkipWhitespace(t *testing.T) {