1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

minor for travis

Former-commit-id: 2a62e2817e8fc98a77359344a88505151b61654e
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-03-02 10:21:38 +02:00
parent 5da8ff92f3
commit 78ab341862
4 changed files with 13 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ func (r resource) loadFromBase(dir string) string {
if runtime.GOOS != "windows" {
result = strings.Replace(result, "\n", "\r\n", -1)
result = strings.Replace(result, "\r\r", "", -1)
}
return result
}