Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 8f4e0fd

Browse files
Update go version from 1.18 -> 1.20
1 parent 5702ae3 commit 8f4e0fd

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020

2121
# goD
2222
/.gowlconfig
23-
/dist
23+
/dist
24+
25+
/.idea

README.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
gowl
2-
====
1+
# gowl
32

43
![](https://img.shields.io/github/release/tadashi-aikawa/gowl.svg)
54

@@ -14,8 +13,7 @@ Support for
1413
![DEMO](https://raw.githubusercontent.com/tadashi-aikawa/gowl/master/demo.gif)
1514

1615

17-
Install
18-
-------
16+
## Install
1917

2018
```
2119
$ go get -u github.com/tadashi-aikawa/gowl
@@ -26,8 +24,7 @@ or
2624
Download a binary from [release page](https://github.com/tadashi-aikawa/gowl/releases).
2725

2826

29-
Usage
30-
-----
27+
## Usage
3128

3229
```
3330
$ gowl --help
@@ -52,8 +49,7 @@ Options:
5249
```
5350

5451

55-
Quick start
56-
-----------
52+
## Quick start
5753

5854
### Create `~/.gowlconfig`
5955

@@ -122,17 +118,15 @@ For example..
122118
2. `gowl edit`
123119

124120

125-
Configuration
126-
-------------
121+
## Configuration
127122

128123
Gowl uses toml format as a configuration file.
129124
Please check `config.go`.
130125

131126
TODO: Definition table
132127

133128

134-
Root directory
135-
--------------
129+
## Root directory
136130

137131
The root directory is determined by the following priority.
138132

@@ -141,8 +135,7 @@ The root directory is determined by the following priority.
141135
3. `<HOME>/.gowlroot`
142136

143137

144-
Other
145-
-----
138+
## Other
146139

147140
If you use fzf(or peco), the following setting may make you happy!
148141

@@ -159,12 +152,11 @@ alias cdg "cd (gowl list | fzf)"
159152
![DEMO2](https://raw.githubusercontent.com/tadashi-aikawa/gowl/master/demo2.gif)
160153

161154

162-
For developer
163-
-------------
155+
## For developer
164156

165-
### Prerequirements
157+
### Requirements
166158

167-
* go >= 1.11 and use go module
159+
* go >= 1.20
168160

169161

170162
### Release

0 commit comments

Comments
 (0)