diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-02 13:52:28 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-02 13:52:28 -0400 |
commit | 48d62518365133d7a4fef855a47e9834acb40afe (patch) | |
tree | 58eee0e9dba009c53c1700dae0deefdcf1b86bb3 /pkg/api/api0/web.go | |
parent | 62f7f79513ea453b5f0fa01c1e9518619f6d6194 (diff) | |
download | Atlas-48d62518365133d7a4fef855a47e9834acb40afe.tar.gz Atlas-48d62518365133d7a4fef855a47e9834acb40afe.zip |
pkg/api/api0: Initial stub
Diffstat (limited to 'pkg/api/api0/web.go')
-rw-r--r-- | pkg/api/api0/web.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/api/api0/web.go b/pkg/api/api0/web.go new file mode 100644 index 0000000..477f1ab --- /dev/null +++ b/pkg/api/api0/web.go @@ -0,0 +1,8 @@ +package api0 + +/* + /github: https://github.com/R2Northstar + /discord: https://discord.gg/northstar + /wiki: https://r2northstar.gitbook.io/ + /thunderstore: https://northstar.thunderstore.io +*/ |