From 8d9d3485329a2f009a09c4accc87acd7384eac2f Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Tue, 11 Jan 2022 14:26:19 +0100 Subject: [PATCH] rtfm for backend devs --- foomo/docs/backend/rtfm.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 foomo/docs/backend/rtfm.md diff --git a/foomo/docs/backend/rtfm.md b/foomo/docs/backend/rtfm.md new file mode 100644 index 0000000..02a6b1e --- /dev/null +++ b/foomo/docs/backend/rtfm.md @@ -0,0 +1,14 @@ +--- +sidebar_label: RTFM +sidebar_position: 2 +--- +# External documentation resources + +## go + +- https://go.dev + +## http + +- https://www.w3.org/Protocols/ +- https://httpstatusdogs.com/ \ No newline at end of file