Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Move source files to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed May 11, 2018
1 parent b39fdb0 commit 2806682
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"syscall"
"time"

"github.com/cjbassi/gotop/colorschemes"
w "github.com/cjbassi/gotop/widgets"
"github.com/cjbassi/gotop/src/colorschemes"
w "github.com/cjbassi/gotop/src/widgets"
ui "github.com/cjbassi/termui"
"github.com/docopt/docopt-go"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion widgets/cpu.go → src/widgets/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strconv"
"time"

"github.com/cjbassi/gotop/utils"
"github.com/cjbassi/gotop/src/utils"
ui "github.com/cjbassi/termui"
psCPU "github.com/shirou/gopsutil/cpu"
)
Expand Down
2 changes: 1 addition & 1 deletion widgets/disk.go → src/widgets/disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/cjbassi/gotop/utils"
"github.com/cjbassi/gotop/src/utils"
ui "github.com/cjbassi/termui"
psDisk "github.com/shirou/gopsutil/disk"
)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion widgets/net.go → src/widgets/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/cjbassi/gotop/utils"
"github.com/cjbassi/gotop/src/utils"
ui "github.com/cjbassi/termui"
psNet "github.com/shirou/gopsutil/net"
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2806682

Please sign in to comment.