From 2d89a914e992b0b32a7d0b37381268fdf7a0342e Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 6 Jul 2019 16:09:01 +0200 Subject: [PATCH] ui/app: tweak comment Signed-off-by: Elias Naur --- ui/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/app.go b/ui/app/app.go index b9aa8958..54f46375 100644 --- a/ui/app/app.go +++ b/ui/app/app.go @@ -70,7 +70,7 @@ const ( // os.Args. The arguments are separated with |. // Useful for running programs on mobiles where the // command line is not available. -// Set it with the go tool linker flag -X. +// Set with the go linker flag -X. var extraArgs string var windows = make(chan *Window)