This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
restic
Watch
2
Star
2
Fork
0
You've already forked restic
mirror of
https://github.com/octoleo/restic.git
synced
2024-12-02 01:48:30 +00:00
Code
Issues
Releases
Wiki
Activity
4246e7602f
restic
/
cmd
/
khepri
/
debug_release.go
6 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Use different tags for debug log
2014-11-16 14:40:28 +00:00
// +build !debug_cmd
Add Makefile and version.sh, add 'version' command
2014-11-15 18:08:15 +00:00
package
main
func
debug
(
fmt
string
,
args
...
interface
{
}
)
{
}
Copy Permalink