Skip to content

Commit

Permalink
dir structure for go packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBekket committed Nov 10, 2022
1 parent 392d662 commit d4dcf37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ solc --abi --bin ./contracts/SingletonNFT.sol -o build ..=.. --overwrite --allow

## Generating GO
```
abigen --abi="build/FactoryNFT.abi" --pkg=FactoryNFT --out="./go/FactoryNFT.go"
abigen --abi="build/SingletonNFT.abi" --pkg=SingletonNFT --out="./go/SingletonNFT.go"
abigen --abi="build/FactoryNFT.abi" --pkg=FactoryNFT --out="./go/FactoryNFT/FactoryNFT.go"
abigen --abi="build/SingletonNFT.abi" --pkg=SingletonNFT --out="./go/SingletonNFT/SingletonNFT.go"
```
File renamed without changes.
File renamed without changes.

0 comments on commit d4dcf37

Please sign in to comment.