missed full path of project
Some checks failed
Build & Release Go Project / build (push) Failing after 58s
Some checks failed
Build & Release Go Project / build (push) Failing after 58s
This commit is contained in:
parent
3c2f929873
commit
a34ab61193
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue