Test go action
Some checks failed
Test Go Action / use-go-action (push) Failing after 0s

This commit is contained in:
2025-11-24 01:19:25 +03:00
parent f74ed06f30
commit 760962759e
4 changed files with 23 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}