...

Text file src/cmd/go/testdata/script/mod_git_export_subst.txt

Documentation: cmd/go/testdata/script

     1env GO111MODULE=on
     2env GOPROXY=direct
     3
     4# Testing that git export-subst is disabled
     5[!net:github.com] skip
     6[!git] skip
     7go build
     8
     9-- x.go --
    10package x
    11
    12import _ "github.com/jasonkeene/export-subst"
    13
    14-- go.mod --
    15module x
    16
    17require github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626
    18
    19-- go.sum --
    20github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626 h1:AUkXi/xFnm7lH2pgtvVkGb7buRn1ywFHw+xDpZ29Rz0=
    21github.com/jasonkeene/export-subst v0.0.0-20180927204031-5845945ec626/go.mod h1:DwJXqVtrgrQkv3Giuf2Jh4YyubVe7y41S1eOIaysTJw=

View as plain text