There was an error while loading. Please reload this page.
1 parent 517393a commit 9fb1ed8Copy full SHA for 9fb1ed8
1 file changed
useragent_test.go
@@ -30,6 +30,7 @@ func TestShowUserAgent(t *testing.T) {
30
t.Log("\033[1;31mRun this test with -buildvcs=true\033[m")
31
}
32
t.Logf("%#v", bi)
33
+ t.Logf("BuildInfo:\n%s", bi)
34
35
36
t.Log("User-Agent:", getUserAgent())
0 commit comments