Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ NewEnv
Function
NewEnv
commands/execenv/env.go:29–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
NewEnv() *Env {
30
return
&Env{
31
Repo: nil,
32
In: in{Reader: os.Stdin},
33
Out: out{Writer: os.Stdout},
34
Err: out{Writer: os.Stderr},
35
}
36
}
37
38
type
In
interface
{
39
io.Reader
Callers
1
NewRootCommand
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected