init module

This commit is contained in:
Risotto Bias 2024-12-29 03:45:33 -07:00
parent f1dae03cc0
commit 5703c2eeb0
4 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,3 @@
# beholder # beholder
> listener for gelatinous cube data (and reporter to trailhead) > listener for gelatinous cube data (and reporter to trailhead)
(alternate name, Argus)

3
argus.go Normal file
View file

@ -0,0 +1,3 @@
package beholder
// read argus data

3
gelatinouscube.go Normal file
View file

@ -0,0 +1,3 @@
package beholder
// read cube data

1
trailhead.go Normal file
View file

@ -0,0 +1 @@
package beholder