summaryrefslogtreecommitdiff
path: root/timeModule.go
diff options
context:
space:
mode:
authorJackson Taylor <jtaylormuffins@gmail.com>2020-10-02 23:10:52 -0400
committerJackson Taylor <jtaylormuffins@gmail.com>2020-10-02 23:10:52 -0400
commit3b25b5bc0254c7462555c9911c67266627428795 (patch)
treecb01d1fe194999925f452651230d46b1be663d2b /timeModule.go
parentcdeb1de96fbd01865497b481aa00c4032c446d66 (diff)
Create modules packageHEADmaster
Diffstat (limited to 'timeModule.go')
-rw-r--r--timeModule.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/timeModule.go b/timeModule.go
deleted file mode 100644
index da9522b..0000000
--- a/timeModule.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-import "time"
-
-type TimeModule struct {
-}
-
-func (_ TimeModule) GetInfo() (string, error) {
- return time.Now().Format(time.Kitchen), nil
-}