...

Text file src/cmd/go/testdata/vcstest/auth/or401.txt

Documentation: cmd/go/testdata/vcstest/auth

     1handle auth
     2
     3modzip vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.zip vcs-test.golang.org/auth/or401@v0.0.0-20190405155051-52df474c8a8b .moddir
     4
     5-- .access --
     6{
     7	"Username": "aladdin",
     8	"Password": "opensesame",
     9	"StatusCode": 401,
    10	"Message": "ACCESS DENIED, buddy"
    11}
    12-- index.html --
    13<!DOCTYPE html>
    14<html>
    15<meta name="go-import" content="vcs-test.golang.org/auth/or401 mod https://vcs-test.golang.org/auth/or401">
    16-- vcs-test.golang.org/auth/or401/@v/list --
    17v0.0.0-20190405155051-52df474c8a8b
    18-- vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.info --
    19{"Version":"v0.0.0-20190405155051-52df474c8a8b","Time":"2019-04-05T15:50:51Z"}
    20-- vcs-test.golang.org/auth/or401/@v/v0.0.0-20190405155051-52df474c8a8b.mod --
    21module vcs-test.golang.org/auth/or401
    22
    23go 1.13
    24-- .moddir/go.mod --
    25module vcs-test.golang.org/auth/or401
    26
    27go 1.13
    28-- .moddir/or401.go --
    29package or401

View as plain text