File: lfs-ssh-proxy-test.go

package info (click to toggle)
git-lfs 2.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,384 kB
  • sloc: sh: 16,421; makefile: 418; ruby: 100
file content (9 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// +build testtools

package main

import "fmt"

func main() {
	fmt.Println("SSH PROXY TEST called")
}