cicd-release/main_test.go

12 lines
166 B
Go
Raw Permalink Normal View History

2023-11-21 20:26:24 +08:00
package main
import (
"fmt"
"github.com/xuxiaowei-com-cn/git-go/buildinfo"
"testing"
)
func Test_CommitSha(t *testing.T) {
fmt.Println(buildinfo.CommitSha())
}