Faster unchanged polls; orphan-core cleanup on listen ports; clearer busy-port errors; cores only from binDir; incremental server list; CSP without Google Fonts; single-instance activates existing window; close-to-tray without kill-others or balloon. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
162 B
Go
9 lines
162 B
Go
//go:build plan9
|
|
|
|
package singleinstance
|
|
|
|
import "os"
|
|
|
|
func flockExclusive(f *os.File) error { return nil }
|
|
func funlock(f *os.File) error { return nil }
|