mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 15:06:23 -07:00
7 lines
67 B
Go
7 lines
67 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
var (
|
|
cfgPaths []string = nil
|
|
)
|