Skip to content

Commit

Permalink
apparently Go already deals with M$ slashes, I find it amusing that w…
Browse files Browse the repository at this point in the history
…indows is the slash which is in decline and linux uses the slash which is on the rise, oh nerd humor
  • Loading branch information
verdverm committed Feb 19, 2014
1 parent 8854cf3 commit 7eefa6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion revel/new.go
Expand Up @@ -131,7 +131,6 @@ func setApplicationPath(args []string) {
} else {
basePath += "/"
}
basePath = filepath.FromSlash(basePath)
}

func setSkeletonPath(args []string) {
Expand Down

0 comments on commit 7eefa6c

Please sign in to comment.