From 54926a719de46b3c359f2f7ce3c29ff4fe55397b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Mar 2025 11:20:24 +0800 Subject: Remove underscores from Go code, pt 3 --- ssh_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_utils.go') diff --git a/ssh_utils.go b/ssh_utils.go index d9c11da..092cb6e 100644 --- a/ssh_utils.go +++ b/ssh_utils.go @@ -66,6 +66,6 @@ func get_repo_path_perms_from_ssh_path_pubkey(ctx context.Context, ssh_path, ssh } } -func wf_error(w io.Writer, format string, args ...any) { +func writeRedError(w io.Writer, format string, args ...any) { fmt.Fprintln(w, ansiec.Red+fmt.Sprintf(format, args...)+ansiec.Reset) } -- cgit v1.2.3