File tree Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Expand file tree Collapse file tree 1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change 33
33
<p align =" center " >
34
34
<strong ><a href =" #install " >Get The Module</a ></strong >
35
35
|
36
- <strong ><a href =" https://pkg.go.dev/github.com/ atomicgo/cursor#section-documentation " target =" _blank " >Documentation</a ></strong >
36
+ <strong ><a href =" https://pkg.go.dev/atomicgo.dev /cursor#section-documentation " target =" _blank " >Documentation</a ></strong >
37
37
|
38
38
<strong ><a href =" https://github.com/atomicgo/atomicgo/blob/main/CONTRIBUTING.md " target =" _blank " >Contributing</a ></strong >
39
39
|
46
46
<img src =" https://raw.githubusercontent.com/atomicgo/atomicgo/main/assets/header.png " alt =" AtomicGo " >
47
47
</p >
48
48
49
+ <p align =" center " >
50
+ <table >
51
+ <tbody >
52
+ <td align =" center " >
53
+ <img width =" 2000 " height =" 0 " ><br >
54
+ ---------------------------------------------------------------------------------------------------------------------------
55
+ <img width =" 2000 " height =" 0 " >
56
+ </td >
57
+ </tbody >
58
+ </table >
59
+ </p >
60
+ <h3 align =" center " ><pre >go get atomicgo.dev/cursor</pre ></h3 >
61
+ <p align =" center " >
62
+ <table >
63
+ <tbody >
64
+ <td align =" center " >
65
+ <img width =" 2000 " height =" 0 " ><br >
66
+ ---------------------------------------------------------------------------------------------------------------------------
67
+ <img width =" 2000 " height =" 0 " >
68
+ </td >
69
+ </tbody >
70
+ </table >
71
+ </p >
72
+
49
73
## Description
50
74
51
75
Package cursor contains cross-platform methods to move the terminal cursor in
@@ -55,17 +79,6 @@ any kind.
55
79
56
80
Special thanks to github.com/k0kubun/go-ansi which this project is based on.
57
81
58
- ## Install
59
-
60
- ``` console
61
- # Execute this command inside your project
62
- go get -u github.com/atomicgo/cursor
63
- ```
64
-
65
- ``` go
66
- // Add this to your imports
67
- import " github.com/atomicgo/cursor"
68
- ```
69
82
70
83
## Usage
71
84
You can’t perform that action at this time.
0 commit comments