mirror of
https://github.com/Ne0nd0g/go-clr
synced 2026-06-08 11:58:38 +00:00
Modules + Tags Hard...
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
clr "github.com/Ne0nd0g/go-clr/v1"
|
||||
clr "github.com/Ne0nd0g/go-clr"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"log"
|
||||
"runtime"
|
||||
|
||||
clr "github.com/Ne0nd0g/go-clr/v1"
|
||||
clr "github.com/Ne0nd0g/go-clr"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
clr "github.com/Ne0nd0g/go-clr/v1"
|
||||
clr "github.com/Ne0nd0g/go-clr"
|
||||
)
|
||||
|
||||
func must(err error) {
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
clr "github.com/Ne0nd0g/go-clr/v1"
|
||||
clr "github.com/Ne0nd0g/go-clr"
|
||||
)
|
||||
|
||||
func must(err error) {
|
||||
|
||||
Reference in New Issue
Block a user