From 9f51e281e3b2ee3ccdd27928a93c88ec2d3d08b8 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:43:24 +0200 Subject: [PATCH] merge standards --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9ff62c1c..614470d1 100644 --- a/README.md +++ b/README.md @@ -870,14 +870,11 @@ Related projects * https://github.com/abema/go-mp4 (MP4 library used internally) * https://github.com/flaviostutz/rtsp-relay -IETF Standards +Standards * RTSP 1.0 https://datatracker.ietf.org/doc/html/rfc2326 * RTSP 2.0 https://datatracker.ietf.org/doc/html/rfc7826 * HTTP 1.1 https://datatracker.ietf.org/doc/html/rfc2616 * HLS https://datatracker.ietf.org/doc/html/rfc8216 * HLS v2 https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis - -Conventions - -* https://github.com/golang-standards/project-layout +* Golang project layout https://github.com/golang-standards/project-layout