mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-27 12:42:18 +08:00
Update scripts readme
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
## Go
|
|
||||||
|
|
||||||
```
|
|
||||||
go mod why github.com/pion/rtcp
|
|
||||||
go list -deps .\cmd\go2rtc_rtsp\
|
|
||||||
```
|
|
||||||
|
|
||||||
## Useful links
|
|
||||||
|
|
||||||
- https://github.com/golang-standards/project-layout
|
|
||||||
- https://github.com/micro/micro
|
|
@@ -7,6 +7,15 @@
|
|||||||
- `aarch64` = `arm64`
|
- `aarch64` = `arm64`
|
||||||
- `armv7` = `arm`
|
- `armv7` = `arm`
|
||||||
|
|
||||||
|
## Go
|
||||||
|
|
||||||
|
```
|
||||||
|
go get -u
|
||||||
|
go mod tidy
|
||||||
|
go mod why github.com/pion/rtcp
|
||||||
|
go list -deps .\cmd\go2rtc_rtsp\
|
||||||
|
```
|
||||||
|
|
||||||
## Virus
|
## Virus
|
||||||
|
|
||||||
- https://go.dev/doc/faq#virus
|
- https://go.dev/doc/faq#virus
|
||||||
@@ -14,6 +23,8 @@
|
|||||||
|
|
||||||
## Useful links
|
## Useful links
|
||||||
|
|
||||||
|
- https://github.com/golang-standards/project-layout
|
||||||
|
- https://github.com/micro/micro
|
||||||
- https://github.com/golang/go/wiki/GoArm
|
- https://github.com/golang/go/wiki/GoArm
|
||||||
- https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63
|
- https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63
|
||||||
- https://en.wikipedia.org/wiki/AArch64
|
- https://en.wikipedia.org/wiki/AArch64
|
||||||
|
Reference in New Issue
Block a user