diff options
| author | tjp <tjp@ctrl-c.club> | 2024-01-09 07:54:47 -0700 |
|---|---|---|
| committer | tjp <tjp@ctrl-c.club> | 2024-01-09 07:54:47 -0700 |
| commit | 6e0ed2c347f8da8df8e30b920e14968b7240d8ee (patch) | |
| tree | 09001867d198a172c666ed5a11ee9184e98d8100 /actions.go | |
| parent | 68560ea8622e31ee720193440144976cda78bec3 (diff) | |
default soft_wrap to 100
Diffstat (limited to 'actions.go')
| -rw-r--r-- | actions.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ var ( ErrInvalidTourArgs = errors.New("tour what?") ) -func About(state *BrowserState) error { +func About(_ *BrowserState) error { _, err := fmt.Println(` ... *=:::. |
