()
| 7 | ) |
| 8 | |
| 9 | func main() { |
| 10 | f, _ := filepath.Abs("G:\\GitHubProject\\SpringExploit\\logs\\test.txt") |
| 11 | b := filepath.Base(f) |
| 12 | p := filepath.Dir(f) |
| 13 | fmt.Println(b) |
| 14 | fmt.Println(p) |
| 15 | utils.SaveToFile("test.txt\n", "logs\\test.txt") |
| 16 | |
| 17 | } |
nothing calls this directly
no test coverage detected