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-11-22 12:55:18 +00:00
Code
Issues
Releases
Wiki
Activity
ef41a77aff
restic
/
debug_release.go
6 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
Add debug() function to khepri cmd and lib
2014-11-16 14:30:08 +00:00
// +build !debug
Rename khepri -> restic
2014-12-05 20:45:49 +00:00
package
restic
Add debug() function to khepri cmd and lib
2014-11-16 14:30:08 +00:00
func
debug
(
fmt
string
,
args
...
interface
{
}
)
{
}
Copy Permalink