mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-10-31 22:36:38 +00:00
Vincent Batts
9be05594fe
```shell dep ensure -update ``` Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
8 lines
84 B
Go
8 lines
84 B
Go
// +build !windows
|
|
|
|
package logrus
|
|
|
|
import "io"
|
|
|
|
func initTerminal(w io.Writer) {
|
|
}
|