Skip to content

Commit

Permalink
Use avm_abi package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Aug 9, 2022
1 parent c7fad31 commit 10a0279
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion avm-abi/encode.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package abi
package avm_abi

import (
"encoding/binary"
Expand Down
2 changes: 1 addition & 1 deletion avm-abi/encode_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package abi
package avm_abi

import (
"crypto/rand"
Expand Down
2 changes: 1 addition & 1 deletion avm-abi/json.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package abi
package avm_abi

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion avm-abi/json_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package abi
package avm_abi

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion avm-abi/type.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package abi
package avm_abi

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion avm-abi/type_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package abi
package avm_abi

import (
"fmt"
Expand Down

0 comments on commit 10a0279

Please sign in to comment.