From c43cf741953e862f0acc4d84e6f05ce91b3cdfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 27 Dec 2023 23:23:06 +0100 Subject: [PATCH] add package godoc So that pkg.go.dev and `go doc` have something to show. Copying the first sentence from the README for brevity. --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 7c25dfc..8b9e103 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,7 @@ // Copyright (c) 2019, The Garble Authors. // See LICENSE for licensing information. +// garble obfuscates Go code by wrapping the Go toolchain. package main import (