[go-nuts] Re: [unicode] Missing Katakana runes in rangetable?

2022-06-27 Thread Matt Sherman
Ah, I was barking up the wrong tree on this, please disregard. It’s an extending character, which by itself (I infer) is not categorized as Katakana. On Monday, June 27, 2022 at 10:51:07 PM UTC-4 Matt Sherman wrote: > Hi there, I stumbled across a surprising discovery that > unicode.Is(unicode

[go-nuts] [unicode] Missing Katakana runes in rangetable?

2022-06-27 Thread Matt Sherman
Hi there, I stumbled across a surprising discovery that unicode.Is(unicode.Katakana, 'ー') returns false. This is code point U+30FC, and appears in the Katakana code block . Looking at the rangetable

[go-nuts] ListenAndServeTLS() (pem and key files for private network)

2022-06-27 Thread Hugh Myrie
I wish to create a secure private network using a self-signed certificate with a Go web server: See the following code block: // Code err := http.ListenAndServeTLS(":"+port, "auto.org.pem", "auto.org-key.pem", handler) if err != nil { logError((err.Error())) log.Fatal("

[go-nuts] Re: find hwnd on win 10

2022-06-27 Thread Robert Solomon
Howard, based on your advice, my basic code now works as I wanted. I got it working without needing xpzed/win32. Thank you again. --rob solomon On Sunday, June 26, 2022 at 3:44:01 PM UTC-4 Howard C. Shaw III wrote: > > > https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setf

Re: [go-nuts] godoc and 1.19 "Doc links"

2022-06-27 Thread TheDiveO
How do I make gopkg hot reload modules in local mode? On Sunday, June 26, 2022 at 1:13:01 AM UTC+2 TheDiveO wrote: > But without godoc there's still to sensible way to check the documentation > before committing and pushing the commits. And running pkgdev yourself is a > complete mess, not leas