this is a simple file transmission tool.
go install https://github.com/CodeCrafters-Community/goshare@latest
add you <$GOPATH/bin> to env
macos
echo "export PATH=$GOPATH/bin:$PATH:." >> ~/.bash_profile && source ~/.bash_profile
windows and linux
Refer to macos
goshare
goshare --help
rm $GOPATH/bin/goshare
go install https://github.com/CodeCrafters-Community/goshare@latest