go get -u github.com/pig123/go-hexdump
import "github.com/pig123/go-hexdump"
func main() {
hexdump.Hexdump("helloworld",4)
}
The source code is made available under the terms of the Apache License, Version 2, as stated in the file LICENSE
.
Individual files may be made available under their own specific license,
all compatible with Apache License, Version 2. Please see individual files for details.
Library Author: SecNiu