index
:
sia-server
main
shelly
IoT backend server
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
websocket.go
blob: e429a6df73cee0c5b6a71284b5e9922c3b1c8383 (
plain
)
1
2
3
4
5
6
7
8
9
package main import ( "fmt" ) func main() { fmt.Println("Websockets are cool.") }