mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
fmt
This commit is contained in:
@@ -9,8 +9,7 @@ type Env interface {
|
||||
Getenv(name string) string
|
||||
}
|
||||
|
||||
type defaultEnv struct {
|
||||
}
|
||||
type defaultEnv struct{}
|
||||
|
||||
func (*defaultEnv) Getenv(name string) string {
|
||||
return os.Getenv(name)
|
||||
|
||||
Reference in New Issue
Block a user