This website requires JavaScript.
Explore
Help
Sign In
root
/
sftp
mirror of
https://github.com/pkg/sftp.git
Watch
1
Star
0
Fork
You've already forked sftp
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bd61319b07
sftp
/
release.go
7 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
refactor sshfx encoding, fix link rot, go fmt
2023-03-28 01:05:24 +08:00
//go:build !debug
added debug option, build/test with -tags debug to activate
2014-09-28 10:32:34 +08:00
// +build !debug
package
sftp
func
debug
(
fmt
string
,
args
...
interface
{
}
)
{
}