We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dab73 commit cb61cb8Copy full SHA for cb61cb8
internal/project/util.go
@@ -1,8 +1,6 @@
1
package project
2
3
-import (
4
- "strings"
5
-)
+import "strings"
6
7
func isDynamicFileName(fileName string) bool {
8
return strings.HasPrefix(fileName, "^")
0 commit comments