I see the following in the latest library code. Does it mean N1QL support is not quite there yet? If so, can you please give a rough ETA?
func (b *Bucket) ExecuteN1qlQuery(q *N1qlQuery, params interface{}) ViewResults {
	/*
		n1qlEp, err := b.getN1qlEp()
	*/
	n1qlEp := "http://query.pub.couchbase.com"