package main
import (
"fmt"
"github.com/harryliisme/gopacktest/test"
)
func main() {
fmt.Println("go pack test use")
test.Test()
}
require github.com/harryliisme/gopacktest git_tag(no release flag)/version
The github do not really remove any tag afther author remove its on github repo, and just hide the removed tags by author.
go clean
go mod tidy
go get
go mod download
go build