package
1.8.12
Repository: https://github.com/gobitfly/go-ethereum.git
Documentation: pkg.go.dev

# Functions

CompileSolidity compiles all given Solidity source files.
CompileSolidityString builds and returns all the contracts contained within a source string.
ParseCombinedJSON takes the direct output of a solc --combined-output run and parses it into a map of string contract name to Contract structs.
SolidityVersion runs solc and parses its version output.

# Structs

Contract contains information about a compiled contract, alongside its code.
ContractInfo contains information about a compiled contract, including access to the ABI definition, user and developer docs, and metadata.
Solidity contains information about the solidity compiler.