FILE / ScuroNeko/gitea-runner-test

main.go

Исходный файл и его история в репозитории.
FILE 9a0e1fceeaa4afa154fd9191b93a77e29da61398
Files
gitea-runner-test/main.go
T
ScuroNeko efec9fe5c5
Gitea Actions Demo / GoLint (push) Failing after 24m24s
test
2026-04-23 13:08:57 +03:00

8 lines
74 B
Go

package main
import "log"
func main() {
log.Println("Hello, World!")
}