Updated README
This commit is contained in:
parent
bdec5b79f4
commit
ad8bf6b3b7
18
README.md
18
README.md
@ -7,8 +7,10 @@ implementing the RFC 1436 specification. The library includes both client and
|
|||||||
server handling and examples of each.
|
server handling and examples of each.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
$ go get github.com/prologic/go-gopher
|
```#!bash
|
||||||
|
$ go get github.com/prologic/go-gopher
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -57,6 +59,18 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Related
|
||||||
|
|
||||||
|
Related projects:
|
||||||
|
|
||||||
|
- [gopherproxy](https://github.com/prologic/gopherproxy)
|
||||||
|
gopherproxy is Gopher to HTTP proxy that uses go-gopher
|
||||||
|
for all of its core functionality.
|
||||||
|
|
||||||
|
- [gopherclient](https://github.com/prologic/gopherclient)
|
||||||
|
gopherclient is a cross-platform QT/QML GUI Gopher Client
|
||||||
|
using the gopherproxy library as its backend.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user