8 lines
94 B
Go
8 lines
94 B
Go
|
// +build !windows
|
||
|
|
||
|
package main
|
||
|
|
||
|
func init() {
|
||
|
extraCmds = append(extraCmds, shimCommand)
|
||
|
}
|