Update app.go
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
Matthew Fisher 2024-03-01 21:35:33 -06:00
parent 3e935563b9
commit 7264139b45

2
app.go
View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
fmt.Println("Hello. World!")
}