Modules + Tags Hard...

This commit is contained in:
Ne0nd0g
2021-04-08 17:06:43 -04:00
parent 875ea40cb6
commit 37fb9d6e02
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
"log"
"os"
clr "github.com/Ne0nd0g/go-clr/v1"
clr "github.com/Ne0nd0g/go-clr"
)
func main() {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"log"
"runtime"
clr "github.com/Ne0nd0g/go-clr/v1"
clr "github.com/Ne0nd0g/go-clr"
)
func main() {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"syscall"
"unsafe"
clr "github.com/Ne0nd0g/go-clr/v1"
clr "github.com/Ne0nd0g/go-clr"
)
func must(err error) {
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"syscall"
"unsafe"
clr "github.com/Ne0nd0g/go-clr/v1"
clr "github.com/Ne0nd0g/go-clr"
)
func must(err error) {
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/Ne0nd0g/go-clr/v1
module github.com/Ne0nd0g/go-clr
go 1.13