index
:
solec
main
private-messages
System of Lightweight Electronic Communication
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
mock
/
main.go
blob: cc0a048e4d43f3e2322898578e142fdf4c599c1b (
plain
)
1
2
3
4
5
6
7
package main import "log" func main() { log.Print("Starting solec daemon mock") }