From 0340cb664f19ab8f14d893c8d82b6dead705a794 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 16 Mar 2022 20:18:18 +0100 Subject: Reduce code width to <= 80 characters --- main.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 084b8ec..9c45241 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,8 @@ func main() { } vertices,vertex_normals = stl.toVertices() - // lock this program to one OS thread (details: https://golang.org/pkg/runtime/#LockOSThread) + // lock this program to one OS thread + // (details: https://golang.org/pkg/runtime/#LockOSThread) log.Println("Locking OS thread") runtime.LockOSThread() @@ -50,7 +51,8 @@ func main() { } func (args *cliArgs) read() { - flag.BoolVar(&args.debugOutput, "debug", false, "enable to print log output") + flag.BoolVar(&args.debugOutput, "debug", false, + "enable to print log output") flag.Parse() args.filePath = flag.Arg(0) } -- cgit v1.2.3-70-g09d2