Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Mar 2, 2024
1 parent b28abb4 commit facb205
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bigdl
Binary file not shown.
2 changes: 0 additions & 2 deletions helperFunctions.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import (
"syscall"
)

var indicator string = "..>"

// signalHandler sets up a channel to listen for interrupt signals and returns a function
// that can be called to check if an interrupt has been received.
func signalHandler(ctx context.Context, cancel context.CancelFunc) (func() bool, error) {
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ const usagePage = "Usage: bigdl [-vh] {list|install|remove|update|run|info|searc
///// YOU MAY CHANGE THESE TO POINT TO ANOTHER PLACE.

const (
// Truncation indicator
indicator = "...>"
// Cache size limit & handling.
MaxCacheSize = 10
BinariesToDelete = 5
Expand Down

0 comments on commit facb205

Please sign in to comment.