mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-25 09:24:25 +00:00
all: run "go fix"
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import (
|
||||
// The terminal is reached directly through /dev/tty or CONIN$/CONOUT$,
|
||||
// bypassing standard input and output, so this UI can be used even when
|
||||
// standard input or output are redirected.
|
||||
func NewTerminalUI(printf, warningf func(format string, v ...interface{})) *ClientUI {
|
||||
func NewTerminalUI(printf, warningf func(format string, v ...any)) *ClientUI {
|
||||
return &ClientUI{
|
||||
DisplayMessage: func(name, message string) error {
|
||||
printf("%s plugin: %s", name, message)
|
||||
|
||||
Reference in New Issue
Block a user