Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bastengao committed Aug 30, 2019
1 parent de379f2 commit 7731869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"gncdu"
"github.com/bastengao/gncdu"
"os"
"path/filepath"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module gncdu
module github.com/bastengao/gncdu

go 1.12

Expand Down

0 comments on commit 7731869

Please sign in to comment.