github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/projects/go/main.go.txt (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"github.com/google/uuid"
     6  	"github.com/sassoftware/go-rpmutils"
     7  )
     8  
     9  func main() {
    10  	fmt.Println("test")
    11  	uuid.New()
    12  	_, _ = rpmutils.ReadRpm(nil)
    13  }