unixxd is xxd app which can display also unicode code points instead of hex bytes
go install github.com/dankox/unixxd@latest
unixxd main.go
unixxd --unicode main.go
Create syncz_vars.yml
file for synchronizing
host: mainframe.host
user: user_name
remotedir: /uss/path/to/the/project/unixxd
If you don't have syncz
you can upload the source code to USS using sftp
in binary mode. All *.go files needs to be utf-8.
Build it using go build
or go install
.