Print information about NGINX version
This commit is contained in:
parent
15ffb51394
commit
71b07da0f2
2 changed files with 39 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ func main() {
|
|||
glog.Fatal(err)
|
||||
}
|
||||
|
||||
nginxVersion()
|
||||
|
||||
fs, err := file.NewLocalFS()
|
||||
if err != nil {
|
||||
glog.Fatal(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue