mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-02 01:02:03 +00:00
7 lines
81 B
Go
7 lines
81 B
Go
//go:build !midnight
|
|
package moonlight
|
|
|
|
func IsMidnight() bool {
|
|
return false
|
|
}
|