N1QL support in version 0.3.0

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"

Hey sath33sh,

This was an oversight on my part. I have just pushed a fix to correct this.

Cheers, Brett

Great! Thanks Brett.