From 5249497a888886f92caeed2f26757c13beea0987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 27 Dec 2023 23:22:07 +0100 Subject: [PATCH] add package godoc --- doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..6c623c8 --- /dev/null +++ b/doc.go @@ -0,0 +1,5 @@ +// Copyright (c) 2023, Daniel Martí +// See LICENSE for licensing information + +// gofumpt enforces a stricter format than gofmt, while being backwards compatible. +package main