kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

commit ee26115a623c165d012fff912e2f7bb6cb3e2cfe
parent 362e2256adbde5832e5a870a22e50e39e0ed41b0
Author: aabacchus <ben@bvnf.space>
Date:   Tue,  7 Feb 2023 17:08:24 +0000

kiss/style-guide: fix whitespace

Diffstat:
Mwiki/kiss/style-guide/index.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wiki/kiss/style-guide/index.md b/wiki/kiss/style-guide/index.md @@ -329,7 +329,7 @@ GO %[1100] Use the following style: - + export GOPATH="$PWD/go" export GO111MODULE=on @@ -341,7 +341,7 @@ Use the following style: NOTE: If the directory 'vendor' is available in the root directory of the source, the preferred method is to omit GOPATH and GO111MODULE and use: - + go build \ -mod=vendor \ -further-options