test: support windows testing. (#21)

This commit is contained in:
Bo-Yi Wu
2017-01-03 16:59:00 +08:00
committed by GitHub
parent b69d758088
commit 77dbb22aed
4 changed files with 44 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
package main
func getRealPath(path string) string {
return path
}