Reorganize folder structure
This commit is contained in:
parent
8fc8cf2d39
commit
23ed54d16e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,3 @@
|
|||||||
# Binary Output
|
|
||||||
tcping
|
|
||||||
tcping-cli
|
|
||||||
|
|
||||||
# Script
|
# Script
|
||||||
*.sh
|
*.sh
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
"github.com/i3h/tcping/httping"
|
"github.com/i3h/tcping/pkg/httping"
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
@ -6,14 +6,14 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/i3h/tcping/httping"
|
"github.com/i3h/tcping/pkg/httping"
|
||||||
"github.com/i3h/tcping/mtr"
|
"github.com/i3h/tcping/pkg/mtr"
|
||||||
"github.com/i3h/tcping/ping"
|
"github.com/i3h/tcping/pkg/ping"
|
||||||
"github.com/i3h/tcping/tcping"
|
"github.com/i3h/tcping/pkg/tcping"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
VersionString string
|
VersionString string = "v1.1.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
Loading…
Reference in New Issue
Block a user