mirror of https://github.com/Hilbis/Hilbish
7 lines
81 B
Go
7 lines
81 B
Go
|
//go:build !midnight
|
||
|
package moonlight
|
||
|
|
||
|
func IsMidnight() bool {
|
||
|
return false
|
||
|
}
|