github.com/jfrog/build-info-go@v1.9.26/utils/testdata/mods/testGoList/test.go.txt (about)

     1  package testGoList
     2  
     3  import (
     4  	"fmt"
     5  	"rsc.io/quote"
     6  )
     7  
     8  func PrintHello() {
     9  	fmt.Println(quote.Hello())
    10  }