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