Compare commits

..

No commits in common. "main" and "v0.0.5" have entirely different histories.
main ... v0.0.5

2 changed files with 3 additions and 3 deletions

View file

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

View file

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