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
|
||||
*.sh
|
||||
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/fatih/color"
|
||||
"github.com/i3h/tcping/httping"
|
||||
"github.com/i3h/tcping/pkg/httping"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
@ -6,14 +6,14 @@ import (
|
||||
"net"
|
||||
"strings"
|
||||
|
||||
"github.com/i3h/tcping/httping"
|
||||
"github.com/i3h/tcping/mtr"
|
||||
"github.com/i3h/tcping/ping"
|
||||
"github.com/i3h/tcping/tcping"
|
||||
"github.com/i3h/tcping/pkg/httping"
|
||||
"github.com/i3h/tcping/pkg/mtr"
|
||||
"github.com/i3h/tcping/pkg/ping"
|
||||
"github.com/i3h/tcping/pkg/tcping"
|
||||
)
|
||||
|
||||
var (
|
||||
VersionString string
|
||||
VersionString string = "v1.1.0"
|
||||
)
|
||||
|
||||
func init() {
|
Loading…
Reference in New Issue
Block a user