(conf *Configuration)
| 76 | } |
| 77 | |
| 78 | func addTrailingSlashToPaths(conf *Configuration) { |
| 79 | if !strings.HasSuffix(conf.UploadedImagesDir, "/") && !strings.HasSuffix(conf.UploadedImagesDir, "\\") { |
| 80 | conf.UploadedImagesDir += string(filepath.Separator) |
| 81 | } |
| 82 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…