Packages: all CRLF newlines in examples converted to LF.

This commit is contained in:
Andrei Belov
2018-10-05 14:10:13 +03:00
parent ea62327b00
commit 6c5e5f25ef
6 changed files with 126 additions and 126 deletions

View File

@@ -1,15 +1,15 @@
{
"applications": {
"example_go": {
"type": "go",
"user": "nobody",
"executable": "/tmp/go1.9-app"
}
},
"listeners": {
"*:8500": {
"application": "example_go"
}
}
}
{
"applications": {
"example_go": {
"type": "go",
"user": "nobody",
"executable": "/tmp/go1.9-app"
}
},
"listeners": {
"*:8500": {
"application": "example_go"
}
}
}