mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
all: update import paths to github.com/tinygo-org/tinygo
This commit is contained in:
Vendored
+1
-1
@@ -92,7 +92,7 @@ func main() {
|
||||
}
|
||||
println()
|
||||
|
||||
// Verify the fix in https://github.com/aykevl/tinygo/pull/119
|
||||
// Verify the fix in https://github.com/tinygo-org/tinygo/pull/119
|
||||
var unnamed [32]byte
|
||||
var named MySlice
|
||||
assert(len(unnamed[:]) == 32)
|
||||
|
||||
Reference in New Issue
Block a user