LittleDemon WebShell


Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
Path : /opt/golang/1.22.0/src/cmd/go/testdata/script/
File Upload :
Command :
Current File : //opt/golang/1.22.0/src/cmd/go/testdata/script/install_rebuild_removed.txt

env GO111MODULE=off

# go command should detect package staleness as source file set changes
go install mypkg
! stale mypkg

# z.go was not compiled; removing it should NOT make mypkg stale
rm mypkg/z.go
! stale mypkg

# y.go was compiled; removing it should make mypkg stale
rm mypkg/y.go
stale mypkg

# go command should detect executable staleness too
go install mycmd
! stale mycmd
rm mycmd/z.go
! stale mycmd
rm mycmd/y.go
stale mycmd

-- mypkg/x.go --
package mypkg

-- mypkg/y.go --
package mypkg

-- mypkg/z.go --
// +build missingtag

package mypkg

-- mycmd/x.go --
package main
func main() {}

-- mycmd/y.go --
package main

-- mycmd/z.go --
// +build missingtag

package main

LittleDemon - FACEBOOK
[ KELUAR ]