git-lfs/test/cmd/lfs-ssh-proxy-test.go
2017-05-19 09:25:22 -06:00

10 lines
103 B
Go

// +build testtools
package main
import "fmt"
func main() {
fmt.Println("SSH PROXY TEST called")
}