summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-11-16 13:44:11 -0500
committervin <git@vineetk.net>2023-11-20 10:08:58 -0500
commit23226c46a16bd1037016c1578b608eb6d23f7546 (patch)
tree04cad20e31b2d76b5e76bebed151503c89c43f03 /main.go
parentb966951c47e2ba886d7a99541072c586b64bb17a (diff)
use the Canvas API to get A+ tool ID and URL
Was previously hardcoded.
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index b6b1e1a..9386b46 100644
--- a/main.go
+++ b/main.go
@@ -9,9 +9,7 @@ import (
9) 9)
10 10
11var base_link string 11var base_link string
12var base_aplus_link string
13var token string 12var token string
14var external_tools_code int
15var client http.Client 13var client http.Client
16 14
17func main() { 15func main() {