diff options
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(` ... *=:::. |
