about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoraob <aob@tilde.institute>2020-08-23 23:20:04 -0400
committeraob <aob@tilde.institute>2020-08-23 23:20:04 -0400
commit97a3629a3111970f78b554ee0aa268abfcad8343 (patch)
tree04d6909d6f788351644e7c9770f059cd4645fc83
parentaf39f8d8e1688dd7b90aa7f727a738fa321c0502 (diff)
downloadhello-master.tar.gz
adds ByeBye HEAD master
-rw-r--r--bye.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/bye.go b/bye.go
index c938041..62438fd 100644
--- a/bye.go
+++ b/bye.go
@@ -9,3 +9,8 @@ func Bye () {
 	fmt.Println("Bye!")
 }
 
+// ByeBye is twice the bye in one function.
+func ByeBye () {
+	fmt.Println("Bye bye!")
+}
+