dmitri.shuralyov.com/scratch/hello

change salutations dmitri.shuralyov.com/scratch#1

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

7
hello: change salutations
8

9
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("Hello, world.")
6
	fmt.Println("Good morning, world.")
77
}