add build tag

This commit is contained in:
popaprozac 2025-04-26 12:57:17 -07:00
commit 73705dc56a

View file

@ -1,12 +1,15 @@
//go:build windows
package badge
import (
"errors"
"golang.org/x/sys/windows/registry"
"os"
"path/filepath"
"strings"
"sync"
"golang.org/x/sys/windows/registry"
)
// FontManager handles font discovery on Windows with minimal caching