gohex

A very very simple hexdump utility written in Go

Stars
0
Forks
1
Open issues
0
Closed issues
1
Last commit
over 5 years ago
Watchers
0
Total releases
0
Total commits
12
Open PRs
0
Closed PRs
1
Repo URL
Platform
License
Category
Usecase
Technology
MongoDB
Offers premium version?
NO
Proprietary?
NO
About

Gohex

Gohex is a very very very * 10 simple command line utility for hex dump of given input file .

How to build ?

clone it

git clone https://github.com/pvsukale/gohex.git

build it

go build gohex.go
How to use ?

if you want output on the screen

gohex <filename>

if you want to save output to desired file

gohex  <input_filename> -o <output_filename>

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.