Guest User

Untitled

a guest
Feb 10th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.75 KB | None | 0 0
  1. E:\Kishore\Go\code\src\first>go build -x first.go
  2. WORK=C:\Users\ravi\AppData\Local\Temp\go-build291906019
  3. mkdir -p $WORK\command-line-arguments\_obj\
  4. cd E:\Kishore\Go\code\src\first
  5. "C:\\Go\\pkg\\tool\\windows_386\\8g.exe" -o "C:\\Users\\ravi\\AppData\\Local\\Temp\\go-build291906019\\command-line-arguments\\_obj\\_go_.8" -p command-line-arguments -complete -D _/E_/Kishore/Go/code/src/first -I "C:\\Users\\ravi\\AppData\\Local\\Temp\\go-build291906019" "E:\\Kishore\\Go\\code\\src\\first\\first.go"
  6. go build command-line-arguments: open NUL: The system cannot find the file specified.
  7.  
  8. E:\Kishore\Go\code\src\first>go run first.go
  9. go build command-line-arguments: open NUL: The system cannot find the file specified.
  10.  
  11. E:\Kishore\Go\code\src\first>
Advertisement
Add Comment
Please, Sign In to add comment