app: fix miss included doc comment

License identifier is shown in documentation at[1]. This patch fixes it.

1: https://pkg.go.dev/gioui.org/app#hdr-Permissions

Signed-off-by: kurth4cker <kurth4cker@gmail.com>
This commit is contained in:
kurth4cker
2025-02-14 01:36:06 +03:00
committed by Elias Naur
parent af446e8b87
commit 4f720af6f2
+1
View File
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: Unlicense OR MIT
package app
import (