dmitri.shuralyov.com/scratch/hello

change salutations dmitri.shuralyov.com/scratch#1

Mergedirina.shuralyov.com opened this change 6 months ago
Patch Set 2
Irina Shuralyova committed 6 months ago commit 9d23f553ee911542d04ee39abe878b9bb8ed629f
Collapse all
Commit Message
FileFile
@@ -1,9 +1,9 @@
11
Parent:     cdbe493 (Add image/{png,jpeg} packages.)
22
Author:     Irina Shuralyova <irina@shura-mbp.home>
33
AuthorDate: Wed Apr 17 17:23:12 2024 -0400
44
Commit:     Irina Shuralyova <irina@shura-mbp.home>
5
CommitDate: Wed Apr 17 17:26:05 2024 -0400
5
CommitDate: Wed Apr 17 21:13:17 2024 -0400
66

77
hello: change salutations
88

99
Change-Id: Id26811014a3ddbe75ffbbceb9fba65d117a421ea
hello/hello.go
FileFile
@@ -1,7 +1,7 @@
11
package main
22

33
import "fmt"
44

55
func main() {
6
	fmt.Println("Good morning, world.")
6
	fmt.Println("Good morning, world!")
77
}