Skip to content

Commit e486e5c

Browse files
authored
Update main.go
1 parent bcb5750 commit e486e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci_go_image/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ func Compare(str1, str2 string) string {
1111
}
1212

1313
func main() {
14-
fmt.Println(Compare("Hello World", "Hello Go70"))
14+
fmt.Println(Compare("Hello World", "Hello Yoga"))
1515
}

0 commit comments

Comments
 (0)