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