Skip to content

Commit

Permalink
- Fix constant redeclaration
Browse files Browse the repository at this point in the history
Nicolas Choquet committed Mar 17, 2024
1 parent d2cff07 commit 03e9a27
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion customFs/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package customFs

const ROOT = "/"
var ROOT = "/"
2 changes: 1 addition & 1 deletion customFs/main_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package customFs

const ROOT = "C://"
var ROOT = "C://"

0 comments on commit 03e9a27

Please sign in to comment.