commit 2ea4b789dd50a8672089606b8edeacf83d1b7b50 parent 87d108da4ac97607e32a42a05b30932220443744 Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Mon, 20 Feb 2012 12:16:15 +0100 Centering the header text Diffstat:
M | ansigo.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansigo.go b/ansigo.go @@ -21,7 +21,7 @@ import ( func main() { - fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.00 (c) by Frederic CAMBUS 2012\n-------------------------------------------------------------------------------\n") + fmt.Println("-------------------------------------------------------------------------------\n AnsiGo 1.00 (c) by Frederic CAMBUS 2012\n-------------------------------------------------------------------------------\n") // Check input parameters and show usage if len(os.Args) != 2 {