mirror of
https://github.com/go-i2p/goSam.git
synced 2025-07-12 21:59:28 -04:00
update readme
This commit is contained in:
10
README.md
10
README.md
@ -7,11 +7,11 @@ has support for all streaming features SAM version 3.2.
|
|||||||
|
|
||||||
STATUS: This project is maintained. I will respond to issues, pull requests, and feature requests within a few days. I am primarily maintaining functionality. This is widely used and easy to use, but thusfar, mostly by me. It sees a lot of testing and no breaking changes to the API are expected.
|
STATUS: This project is maintained. I will respond to issues, pull requests, and feature requests within a few days. I am primarily maintaining functionality. This is widely used and easy to use, but thusfar, mostly by me. It sees a lot of testing and no breaking changes to the API are expected.
|
||||||
|
|
||||||
|
[](https://goreportcard.com/report/github.com/go-i2p/gosam)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```
|
```
|
||||||
go get github.com/eyedeekay/goSam
|
go get github.com/go-i2p/gosam
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using it for HTTP Transport
|
## Using it for HTTP Transport
|
||||||
@ -27,7 +27,7 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/eyedeekay/goSam"
|
"github.com/go-i2p/gosam"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@ -85,7 +85,7 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/eyedeekay/goSam"
|
"github.com/go-i2p/gosam"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
@ -124,7 +124,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
|
|
||||||
"github.com/eyedeekay/goSam"
|
"github.com/go-i2p/gosam"
|
||||||
"github.com/getlantern/go-socks5"
|
"github.com/getlantern/go-socks5"
|
||||||
"log"
|
"log"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user