An open API service indexing awesome lists of open source software.

https://github.com/arjunkomath/go-drop

Toy AirDrop in Go
https://github.com/arjunkomath/go-drop

airdrop clone file-sharing go network

Last synced: 10 months ago
JSON representation

Toy AirDrop in Go

Awesome Lists containing this project

README

          

# Drop

Toy AirDrop in Go

# Install

You can find compiled binaries in [releases](https://github.com/arjunkomath/go-drop/releases).

# Usage

To send a file, run:
```
./drop send [some-file]
```

To receive a file, run:
```
./drop receive
```