Skip to content

Commit

Permalink
Merge pull request #24 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.6.1
  • Loading branch information
andyone committed Feb 5, 2016
2 parents bbf8d09 + 4e540cf commit cbb2edc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

#### v1.6.1

* `[path]` Fixed windows stub

#### v1.6.0

* `[path]` Added package for working with paths
Expand Down
2 changes: 1 addition & 1 deletion path/path_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func Ext(path string) string {

// IsAbs reports whether the path is absolute
func IsAbs(path string) bool {
return ""
return false
}

// Join joins any number of path elements into a single path, adding a separating slash if necessary
Expand Down

0 comments on commit cbb2edc

Please sign in to comment.