Skip to content

Commit

Permalink
- Fix constant redeclaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Choquet committed Mar 17, 2024
1 parent 1425842 commit f093447
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea/
.dist/
dist/

file-system-service-oauth.sqlite
File renamed without changes.
5 changes: 5 additions & 0 deletions customFs/main_linux.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package customFs

func GetRoot() string {
return "/"
}

0 comments on commit f093447

Please sign in to comment.