Skip to content

Instantly share code, notes, and snippets.

View paritosh-gupta's full-sized avatar

Paritosh Gupta paritosh-gupta

View GitHub Profile
@paritosh-gupta
paritosh-gupta / watsonconn.go
Last active April 6, 2016 01:51
Sample Code for connecting to Bluemix speech-to-text from go-lang
package main
import (
"crypto/tls"
"github.com/gorilla/websocket"
"io/ioutil"
"log"
"net/http"
"net/url"
"reflect"