Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jsgoecke on github.
  • I am jsgoecke (https://keybase.io/jsgoecke) on keybase.
  • I have a public key whose fingerprint is 662E 3847 B14F 4F60 D29E 7E50 3952 0BA7 57C5 1D92

To claim this, I am signing this object:

package main
import (
"github.com/DavidHuie/quartz/go/quartz"
"log"
)
type Adder struct{}
type Args struct {
phono = $.phono(
apiKey: "YOUR_API_KEY_GOES_HERE"
onReady: ->
console.log "Connected"
console.log "Phono Session ID: " + @sessionId
onUnready: ->
console.log "Disconnected"
)
console.log "Connected? " + phono.connected()
package main
import "fmt"
func hello(ch chan string) {
ch <- "Hello world!"
}
func main() {
ch := make(chan string)