index
:
kela
master
A new decentralized web protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
client.go
blob: b82c7557200c20143272c1d977c95633098cba24 (
plain
)
1
2
3
4
5
6
7
package client import "fmt" func main() { fmt.Println("Hello, World!") }