2016-12-30 14 views
0

GOにStackImpactをインストールしようとすると、以下のエラーが表示されます。誰もそれを修正する方法を知っていますか?StackImpactライブラリをGOにインストールしようとするとエラーが発生する

TNX ..

Microsoft Windows [versão 6.1.7601] 
Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados. 
C:\Users\leonardo>go get github.com/stackimpact/stackimpact-go 
# github.com/stackimpact/stackimpact-go/internal 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:96: undefined: syscall.Getrusage 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:102: rusage.Utime undefined (type *syscall.Rusage has no field or method Utime) 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:103: rusage.Utime undefined (type *syscall.Rusage has no field or method Utime) 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:104: rusage.Stime undefined (type *syscall.Rusage has no field or method Stime) 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:105: rusage.Stime undefined (type *syscall.Rusage has no field or method Stime) 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:112: undefined: syscall.Getrusage 
C:\gowork\src\github.com\stackimpact\stackimpact-go\internal\process_reporter.go 
:117: rusage.Maxrss undefined (type *syscall.Rusage has no field or method Maxrs 
s) 
C:\Users\leonardo> 

答えて

0

のWindowsは、エージェントバージョン1.2.2以降でサポートされています。

関連する問題