mirror of
https://github.com/go-i2p/.github.git
synced 2025-07-13 08:47:28 -04:00
fix go report card badge links
This commit is contained in:
@ -22,31 +22,31 @@ The new module paths are listed below:
|
||||
|
||||
## Official source of I2P SAMv3 application development libraries:
|
||||
|
||||
* [onramp high-level development library(stable)](https://github.com/go-i2p/onramp) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/onramp]](https://goreportcard.com/report/github.com/go-i2p/onramp)
|
||||
* [onramp high-level development library(stable)](https://github.com/go-i2p/onramp) [](https://goreportcard.com/report/github.com/go-i2p/onramp)
|
||||
- High-level framework for I2P-native web services
|
||||
`import "github.com/go-i2p/onramp"`
|
||||
|
||||
* [gosam client development library(stable)](https://github.com/go-i2p/gosam) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/gosam]](https://goreportcard.com/report/github.com/go-i2p/gosam)
|
||||
* [gosam client development library(stable)](https://github.com/go-i2p/gosam) [](https://goreportcard.com/report/github.com/go-i2p/gosam)
|
||||
- High-level SAM protocol implementation
|
||||
`import "github.com/go-i2p/gosam"`
|
||||
|
||||
* [sam3 client development library(stable)](https://github.com/go-i2p/sam3) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/sam3]](https://goreportcard.com/report/github.com/go-i2p/sam3)
|
||||
* [sam3 client development library(stable)](https://github.com/go-i2p/sam3) [](https://goreportcard.com/report/github.com/go-i2p/sam3)
|
||||
- Modern, flexible SAMv3 protocol client implementation
|
||||
`import "github.com/go-i2p/sam3"`
|
||||
|
||||
* [i2pkeys key handling library(stable)](https://github.com/go-i2p/i2pkeys) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/i2pkeys]](https://goreportcard.com/report/github.com/go-i2p/i2pkeys)
|
||||
* [i2pkeys key handling library(stable)](https://github.com/go-i2p/i2pkeys) [](https://goreportcard.com/report/github.com/go-i2p/i2pkeys)
|
||||
- I2P destination and key management
|
||||
`import "github.com/go-i2p/i2pkeys"`
|
||||
|
||||
## Official source of I2PControl development libraries:
|
||||
|
||||
* [go-i2pcontrol I2P Control client(stable)](https://github.com/go-i2p/go-i2pcontrol) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/go-i2pcontrol]](https://goreportcard.com/report/github.com/go-i2p/go-i2pcontrol)
|
||||
* [go-i2pcontrol I2P Control client(stable)](https://github.com/go-i2p/go-i2pcontrol) [](https://goreportcard.com/report/github.com/go-i2p/go-i2pcontrol)
|
||||
- Router management and configuration API
|
||||
`import "github.com/go-i2p/go-i2pcontrol"`
|
||||
|
||||
## Official source of I2P Bittorrent development libraries:
|
||||
|
||||
* [go-i2p-bt I2P Bittorrent library(stable)](https://github.com/go-i2p/go-i2p-bt) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/go-i2p-bt]](https://goreportcard.com/report/github.com/go-i2p/go-i2p-bt)
|
||||
* [go-i2p-bt I2P Bittorrent library(stable)](https://github.com/go-i2p/go-i2p-bt) [](https://goreportcard.com/report/github.com/go-i2p/go-i2p-bt)
|
||||
- Anonymous BitTorrent protocol implementation
|
||||
`import "github.com/go-i2p/go-i2p-bt"`
|
||||
|
||||
@ -54,7 +54,7 @@ The new module paths are listed below:
|
||||
|
||||
go-i2p is under active development. [go-i2p ROADMAP.md](https://github.com/go-i2p/go-i2p/blob/master/ROADMAP.md)
|
||||
|
||||
* [go-i2p I2P router implementation(incomplete and unstable)](https://github.com/go-i2p/go-i2p) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/go-i2p]](https://goreportcard.com/report/github.com/go-i2p/go-i2p)
|
||||
* [go-i2p I2P router implementation(incomplete and unstable)](https://github.com/go-i2p/go-i2p) [](https://goreportcard.com/report/github.com/go-i2p/go-i2p)
|
||||
- Native Go I2P router implementation
|
||||
`import "github.com/go-i2p/go-i2p"`
|
||||
|
||||
|
Reference in New Issue
Block a user