Gohex is a very very very * 10 simple command line utility for hex dump of given input file .
clone it
git clone https://github.com/pvsukale/gohex.git
build it
go build gohex.go
if you want output on the screen
gohex <filename>
if you want to save output to desired file
gohex <input_filename> -o <output_filename>