git-lfs/test/cmd/lfs-ssh-proxy-test.go

10 lines
103 B
Go
Raw Normal View History

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