octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

Change the octokit test to use filepath instead of path. #76

Closed dannysperling closed 9 years ago

dannysperling commented 9 years ago

According to the golang documentation of path and filepath, path "implements utility routines for manipulating slash-separated paths," while filepath "implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths." The use of path caused the test to fail on Windows.

owenthereal commented 9 years ago

:cake:

pengwynn commented 9 years ago

@dhs252 Thanks! :zap: