Browse Source

add volume type fun for windows

pull/103/head
Lunny Xiao 11 years ago
parent
commit
737c94243a
  1. 4
      cmd/helper_windows.go

4
cmd/helper_windows.go

@ -1,11 +1,11 @@
package cmd package cmd
import ( import (
"github.com/Unknwon/com"
"os" "os"
"os/exec" "os/exec"
"syscall" "syscall"
"unsafe"
"github.com/Unknwon/com"
) )
func makeLink(srcPath, destPath string) error { func makeLink(srcPath, destPath string) error {

Loading…
Cancel
Save