Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
5c404c186e | |||
a34ab61193 |
2 changed files with 3 additions and 3 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() {
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue