Skip to content

Commit

Permalink
did the code a little cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsalimov committed Sep 15, 2020
1 parent 6746e5a commit 95c8711
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo wget https://github.com/gocruncher/jenkins-job-ctl/releases/download/v1.0.1
sudo chmod +x /usr/local/bin/jj
```

#### OS X brew
#### OS X brew

```bash
brew tap gocruncher/tap
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.0
2 changes: 0 additions & 2 deletions gobuild.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

set -eux

export GOPATH="$(pwd)/.gobuild"
SRCDIR="${GOPATH}/src/github.com/gocruncher/jenkins-job-ctl"

Expand Down
28 changes: 0 additions & 28 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,5 @@ import (
)

func main() {

//s:="привет"s
//fmt.Println(string([]rune(s)[:3]))
//s:="جا"
//s1:="в"
//fmt.Println(len(s))
//fmt.Println(len(s1))
//cmd.InitView()
//fmt.Println("eee")
cmd.Execute()
//time.Sleep(time.Second)
//n := 20
//b := bar.NewWithOpts(
// bar.WithDimensions(20, 20),
// bar.WithFormat(
// fmt.Sprintf(
// " %sloading...%s :percent :bar %s:rate ops/s%s ",
// chalk.Blue,
// chalk.Reset,
// chalk.Green,
// chalk.Reset)))
//
//for i := 0; i < n; i++ {
// b.Interrupt("asdfasdf")
// b.Tick()
// time.Sleep(500 * time.Millisecond)
//}
//
//b.Done()
}

0 comments on commit 95c8711

Please sign in to comment.