diff options
| author | aob <aob@tilde.institute> | 2020-08-23 23:20:04 -0400 |
|---|---|---|
| committer | aob <aob@tilde.institute> | 2020-08-23 23:20:04 -0400 |
| commit | 97a3629a3111970f78b554ee0aa268abfcad8343 (patch) | |
| tree | 04d6909d6f788351644e7c9770f059cd4645fc83 | |
| parent | af39f8d8e1688dd7b90aa7f727a738fa321c0502 (diff) | |
| download | hello-master.tar.gz | |
| -rw-r--r-- | bye.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,3 +9,8 @@ func Bye () { fmt.Println("Bye!") } +// ByeBye is twice the bye in one function. +func ByeBye () { + fmt.Println("Bye bye!") +} + |