c5843b7615
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
7 lines
94 B
Go
7 lines
94 B
Go
// +build !windows
|
|
|
|
package main
|
|
|
|
func init() {
|
|
extraCmds = append(extraCmds, shimCommand)
|
|
}
|