Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic app.ini and path checks to doctor cmd #10064

Merged
merged 13 commits into from
Jan 30, 2020
Prev Previous commit
Next Next commit
Isn't the linter a sweet? (1)
  • Loading branch information
guillep2k committed Jan 30, 2020
commit 3144375a1c0a3110ca095c1b1a406b6c42e59bc3
1 change: 1 addition & 0 deletions modules/options/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func fileFromDir(name string) ([]byte, error) {
return ioutil.ReadAll(f)
}

// IsDynamic will return false when using embedded data (-tags bindata)
func IsDynamic() bool {
guillep2k marked this conversation as resolved.
Show resolved Hide resolved
return false
}