Compare commits
3 Commits
70b563561c
...
8674832d58
Author | SHA1 | Date |
---|---|---|
Manas | 8674832d58 | |
Kemal Akkoyun | 6a9004890f | |
Kemal Akkoyun | 7d0a0fbb72 |
|
@ -0,0 +1 @@
|
||||||
|
* @ArthurSens @bwplotka @kakkoyun @vesari
|
|
@ -25,7 +25,7 @@ import (
|
||||||
|
|
||||||
// notImplementedErr is returned by stub functions that replace cgo functions, when cgo
|
// notImplementedErr is returned by stub functions that replace cgo functions, when cgo
|
||||||
// isn't available.
|
// isn't available.
|
||||||
var notImplementedErr = fmt.Errorf("not implemented")
|
var notImplementedErr = errors.New("not implemented")
|
||||||
|
|
||||||
type memoryInfo struct {
|
type memoryInfo struct {
|
||||||
vsize uint64 // Virtual memory size in bytes
|
vsize uint64 // Virtual memory size in bytes
|
||||||
|
|
Loading…
Reference in New Issue