From 1e93269065a93dea617e50599735faaf4af3108d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 4 Feb 2018 20:56:08 +0000 Subject: fix github uri --- diskstats/diskstats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diskstats') diff --git a/diskstats/diskstats.go b/diskstats/diskstats.go index 7f75f92..e11994d 100644 --- a/diskstats/diskstats.go +++ b/diskstats/diskstats.go @@ -2,7 +2,7 @@ package diskstats import ( "fmt" - "github.com/buetow/gotop/utils" + "github.com/snonux/gotop/utils" ) type Diskstats struct { -- cgit v1.2.3