mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
refactor: use a more modern writing style to simplify code (#3834)
Signed-off-by: deepdring <deepdrink@icloud.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
// The function must be called when the Screen is not initialized
|
||||
// This will write the message, and wait for the user
|
||||
// to press and key to continue
|
||||
func TermMessage(msg ...interface{}) {
|
||||
func TermMessage(msg ...any) {
|
||||
screenb := TempFini()
|
||||
|
||||
fmt.Println(msg...)
|
||||
|
||||
Reference in New Issue
Block a user