missed full path of project
Some checks failed
Build & Release Go Project / build (push) Failing after 58s

This commit is contained in:
j 2025-06-17 15:58:46 +10:00
parent 3c2f929873
commit a34ab61193

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() {