Skip to content

Commit

Permalink
Final fixes and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpz7 committed Oct 29, 2021
1 parent f391261 commit efb8c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gopack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
- github.com/joho/godotenv
- golang.org/x/term
- github.com/hashicorp/go-version
- github.com/olekukonko/tablewriter
- github.com/gosuri/uilive
- github.com/gizak/termui
- github.com/common-nighthawk/go-figure
- github.com/common-nighthawk/go-figure
- github.com/gorilla/websocket

devpackages:
- golang.org/x/sys/unix
3 changes: 2 additions & 1 deletion src/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"github.com/gorilla/websocket"
)

var sharpCDVersion = "0.2.0"

type statusCodes struct {
NotPostMethod int
Accepted int
Expand Down Expand Up @@ -32,7 +34,6 @@ var (
ReadBufferSize: 1024,
WriteBufferSize: 1024,
}
sharpCDVersion = "0.2.0"
)

type jobStats struct {
Expand Down

0 comments on commit efb8c36

Please sign in to comment.