From 19b0bc5f449138590601d8a3b80124e2d5542a4d Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Tue, 4 Jul 2023 13:18:45 +0300 Subject: [PATCH] Update scripts readme --- internal/README.md | 11 ----------- scripts/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 internal/README.md 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