Paul Lecuq
36c5d6f2ed
- web service with json support - web page - cron service to update database infos
12 lines
116 B
Go
12 lines
116 B
Go
// +build js nacl plan9
|
|
|
|
package logrus
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
func checkIfTerminal(w io.Writer) bool {
|
|
return false
|
|
}
|