diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-18 12:34:56 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-18 12:34:56 +0100 |
commit | 80768470741afed68e871b2198ac6fcbbfcb9eb7 (patch) | |
tree | 6f3c61910ed72874f07afa820465ab0e739fe3db /errors | |
parent | bcec5e47f7e76964c82e59ddba69b5a03be54a60 (diff) | |
download | micro-lang-80768470741afed68e871b2198ac6fcbbfcb9eb7.tar.gz micro-lang-80768470741afed68e871b2198ac6fcbbfcb9eb7.zip |
Go install won't work anyway with cgit, make the package name nicer
Diffstat (limited to 'errors')
-rw-r--r-- | errors/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/errors/errors.go b/errors/errors.go index 5b68964..e62e215 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "git.usebox.net/micro-lang/tokens" + "usebox.net/micro-lang/tokens" ) type ErrCode int |