From 4f720af6f2fedccac2a7bbc1f11efd0850ecbd21 Mon Sep 17 00:00:00 2001 From: kurth4cker Date: Fri, 14 Feb 2025 01:36:06 +0300 Subject: [PATCH] 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 --- app/ime.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ime.go b/app/ime.go index 909228c2..df944da8 100644 --- a/app/ime.go +++ b/app/ime.go @@ -1,4 +1,5 @@ // SPDX-License-Identifier: Unlicense OR MIT + package app import (