diff options
Diffstat (limited to 'cmd/disasm/main.go')
-rw-r--r-- | cmd/disasm/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/disasm/main.go b/cmd/disasm/main.go index 93c85b8bb..4bcd8608a 100644 --- a/cmd/disasm/main.go +++ b/cmd/disasm/main.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// disasm is a pretty-printer for EVM bytecode. package main import ( |