aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/apiv1.go
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-08-04 20:06:07 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-08-04 20:06:07 -0400
commit742938b00222c7ad57ad11eb24850d9202c2503d (patch)
treee0d1d033027d5dd553c213ed41bb8ae201d6a285 /cmd/web/apiv1.go
parenta5a49ff08056a67cc57435f219aa157342a0d9a0 (diff)
downloadsteam-export-742938b00222c7ad57ad11eb24850d9202c2503d.tar.gz
steam-export-742938b00222c7ad57ad11eb24850d9202c2503d.tar.xz
Pretty large structural changes. Non-building development snapshot
Diffstat (limited to 'cmd/web/apiv1.go')
-rw-r--r--cmd/web/apiv1.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/web/apiv1.go b/cmd/web/apiv1.go
new file mode 100644
index 0000000..221e923
--- /dev/null
+++ b/cmd/web/apiv1.go
@@ -0,0 +1,3 @@
+package main
+
+import ()