github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/script/mod_get_latest_pseudo.txt (about)

     1  # Check that we can build a module with no tagged versions by querying
     2  # "@latest" through a proxy.
     3  # Verifies golang.org/issue/32636
     4  
     5  env GO111MODULE=on
     6  
     7  go mod init m
     8  go list example.com/notags
     9  go list -m all
    10  stdout '^example.com/notags v0.0.0-20190507143103-cc8cbe209b64$'