Skip to content

CodeCrafters-Community/goshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goshare

What is goshare?

this is a simple file transmission tool.

install

go install https://github.com/CodeCrafters-Community/goshare@latest

use

add you <$GOPATH/bin> to env

macos

echo "export PATH=$GOPATH/bin:$PATH:." >> ~/.bash_profile && source ~/.bash_profile

windows and linux

Refer to macos

run

goshare
goshare --help

update

rm $GOPATH/bin/goshare
go install https://github.com/CodeCrafters-Community/goshare@latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published