Compare commits

..

2 commits
v0.0.5 ... main

Author SHA1 Message Date
j
5c404c186e oops
All checks were successful
Build & Release Go Project / build (push) Successful in 43s
2025-06-17 16:04:37 +10:00
j
a34ab61193 missed full path of project
Some checks failed
Build & Release Go Project / build (push) Failing after 58s
2025-06-17 15:58:46 +10:00
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ package main
import ( import (
"fmt" "fmt"
"repobase.net/j/internal/greet" "repobase.net/j/workflow-sample-go/internal/greet"
"repobase.net/j/pkg/util" "repobase.net/j/workflow-sample-go/pkg/util"
) )
func main() { func main() {

View file

@ -1,6 +1,6 @@
package util package util
import fmt import "fmt"
func PrintVersion() { func PrintVersion() {
fmt.Println("v4.2.0") fmt.Println("v4.2.0")