Golang probelm with Bucket auth

Ok Issue solved

pool.GetBucketWithAuth(bucketname, username , password)

Changed to , so Username is actually bucketname.

pool.GetBucketWithAuth("bucketName", "bucketName","bucketpassword")

Hope this info helps anyone