File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
ishell is an interactive shell library for creating interactive cli applications.
4
4
5
- [ ![ Documentation ] ( https://img.shields.io /badge/godoc-reference-blue. svg?style=flat-square )] ( https://godoc.org /github.com/abiosoft/ishell )
5
+ [ ![ Go Reference ] ( https://pkg.go.dev /badge/github.com/abiosoft/ishell/v2. svg )] ( https://pkg.go.dev /github.com/abiosoft/ishell/v2 )
6
6
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/abiosoft/ishell )] ( https://goreportcard.com/report/github.com/abiosoft/ishell )
7
7
8
8
## Usage
9
9
10
10
``` go
11
11
import " strings"
12
- import " github.com/abiosoft/ishell"
12
+ import " github.com/abiosoft/ishell/v2 "
13
13
14
14
func main (){
15
15
// create new shell.
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/abiosoft/ishell"
10
+ "github.com/abiosoft/ishell/v2 "
11
11
"github.com/fatih/color"
12
12
)
13
13
Original file line number Diff line number Diff line change 1
- module github.com/abiosoft/ishell
1
+ module github.com/abiosoft/ishell/v2
2
2
3
3
go 1.16
4
4
You can’t perform that action at this time.
0 commit comments