mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
update
This commit is contained in:
parent
6d8614138e
commit
190b2b2c16
@ -14,6 +14,7 @@
|
||||
- Update `pkg/network`: HandleFunc(uint64) -> HandleFunc(uint32)
|
||||
- Update `cmd/hidden_lake/service`: change CNetworkMask, CServiceMask
|
||||
- Update `Makefile`: delete curl to https://img.shields.io/badge
|
||||
- Update `images`: change go-peer_badge.png -> go-peer_badge.svg
|
||||
|
||||
### BUG FIXES
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<img src="https://godoc.org/github.com/number571/go-peer?status.svg" alt="GoDoc" />
|
||||
</a>
|
||||
<a href="https://github.com/number571/go-peer">
|
||||
<img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.png" alt="Go-Peer" />
|
||||
<img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.svg" alt="Go-Peer" />
|
||||
</a>
|
||||
<a href="https://github.com/croqaz/awesome-decentralized">
|
||||
<img src="https://awesome.re/mentioned-badge.svg" alt="Awesome" />
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
||||
<img src="https://img.shields.io/github/license/number571/go-peer.svg" alt="License" />
|
||||
</a>
|
||||
<a href="https://github.com/number571/go-peer">
|
||||
<img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.png" alt="Go-Peer" />
|
||||
<img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.svg" alt="Go-Peer" />
|
||||
</a>
|
||||
</p>
|
||||
About project
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
18
images/go-peer_badge.svg
Normal file
18
images/go-peer_badge.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="go-peer">
|
||||
<title>go-peer</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r">
|
||||
<rect width="96" height="20" rx="3" fill="#fff"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="96" height="20" fill="#555"/>
|
||||
<rect width="96" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
|
||||
<text font-style="italic" aria-hidden="true" x="490" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">go-peer</text>
|
||||
<text font-style="italic" x="490" y="130" transform="scale(.1)" fill="#fff" textLength="510">go-peer</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 947 B |
16666
test/result/coverage.out
16666
test/result/coverage.out
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user