From 06b553ab3f6355e643049dad0ccb570a0bc0d613 Mon Sep 17 00:00:00 2001 From: kaa Date: Sat, 25 Nov 2023 12:40:23 -0800 Subject: WIP Directory traversal using go. --- cantree/config.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cantree/config.go (limited to 'cantree/config.go') diff --git a/cantree/config.go b/cantree/config.go new file mode 100644 index 0000000..147a7ee --- /dev/null +++ b/cantree/config.go @@ -0,0 +1,5 @@ +package main + +const ( + base = `https://sdccd.instructure.com/api/v1/` +) -- cgit v1.2.3