Server : LiteSpeed System : Linux in-mum-web1333.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u141265441 ( 141265441) PHP Version : 8.4.3 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Directory : /proc/self/root/opt/golang/1.22.0/src/cmd/go/testdata/script/ |
! go build ./empty/test stderr 'no non-test Go files in ' ! go build ./empty/xtest stderr 'no non-test Go files in ' ! go build ./empty/testxtest stderr 'no non-test Go files in ' ! go build ./exclude stderr 'build constraints exclude all Go files in ' ! go build ./exclude/ignore stderr 'no Go files in ' ! go build ./exclude/empty stderr 'no Go files in ' -- go.mod -- module m go 1.16 -- empty/test/test_test.go -- package p -- empty/testxtest/test_test.go -- package p -- empty/testxtest/xtest_test.go -- package p_test -- empty/xtest/xtest_test.go -- package p_test -- exclude/empty/x.txt -- -- exclude/ignore/_x.go -- package x -- exclude/x.go -- // +build linux,!linux package x -- exclude/x_linux.go -- // +build windows package x