diff options
author | aob <aob@tilde.institute> | 2020-08-23 19:24:21 -0400 |
---|---|---|
committer | aob <aob@tilde.institute> | 2020-08-23 19:24:21 -0400 |
commit | 65690c699bf07bbdddb46769d39c7cf07a219428 (patch) | |
tree | 45e281b43a0c911332f6a3729ee6ef6e54565e1a | |
parent | 00978edc7a39dc0a1a93b69d79c34eb6a97ee78c (diff) | |
download | hello-65690c699bf07bbdddb46769d39c7cf07a219428.tar.gz |
extended description
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index cfa2853..366d629 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// package hello says hello. +// package hello says hello. This is for demostration purposes. package hello import ( |