diff --git a/internal/README.md b/internal/README.md deleted file mode 100644 index e200c163..00000000 --- a/internal/README.md +++ /dev/null @@ -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 diff --git a/scripts/README.md b/scripts/README.md index 7346cc4a..789dab52 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -7,6 +7,15 @@ - `aarch64` = `arm64` - `armv7` = `arm` +## Go + +``` +go get -u +go mod tidy +go mod why github.com/pion/rtcp +go list -deps .\cmd\go2rtc_rtsp\ +``` + ## Virus - https://go.dev/doc/faq#virus @@ -14,6 +23,8 @@ ## Useful links +- https://github.com/golang-standards/project-layout +- https://github.com/micro/micro - https://github.com/golang/go/wiki/GoArm - https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63 - https://en.wikipedia.org/wiki/AArch64