1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-10 19:29:14 +08:00

fix the gopkgin versioning on README.

This commit is contained in:
Shirou WAKAYAMA 2016-03-22 21:55:16 +09:00
parent 70ba28090d
commit be06a94d44

View File

@ -40,7 +40,7 @@ Note: gopsutil.v2 breaks compatibility. If you want to stay with compatibility,
import (
"fmt"
mem "gopkg.in/shirou/gopsutil.v2"
mem "gopkg.in/shirou/gopsutil.v2/mem"
)
func main() {