mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-26 22:07:45 +00:00
feat: Host environment (#1293)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package lookpath
|
||||
|
||||
type Error struct {
|
||||
Name string
|
||||
Err error
|
||||
}
|
||||
|
||||
func (e *Error) Error() string {
|
||||
return e.Err.Error()
|
||||
}
|
||||
Reference in New Issue
Block a user