Fix copyright text in Go source files
Apparently the space after is important or Go will consider the copyright comments as package documentation. See: #6
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Copyright 2021 Clayton Craft <clayton@craftyguy.net>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
package archive
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user