From 96374b8d5c8d43c08c0faee236f9415a8ab4c53b Mon Sep 17 00:00:00 2001 From: derailed Date: Mon, 25 Mar 2019 14:50:04 -0600 Subject: [PATCH] added docs --- internal/views/splash.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/views/splash.go b/internal/views/splash.go index a27bb62f..ac7cca63 100644 --- a/internal/views/splash.go +++ b/internal/views/splash.go @@ -13,6 +13,7 @@ const ( product = "Kubernetes CLI Island Style!" ) +// LogoSmall K9s small log. var LogoSmall = []string{ ` ____ __.________ `, `| |/ _/ __ \______`, @@ -22,6 +23,7 @@ var LogoSmall = []string{ ` \/ \/ `, } +// Logo K9s big logo for splash page. var Logo = []string{ ` ____ __.________ _________ .____ .___ `, `| |/ _/ __ \_____\_ ___ \| | | |`,