Go SDK Troubleshooting

To enable the debugging function using Go SDK, add the following code to the application:

import (
        "github.com/gophercloud/gophercloud"
)
gophercloud.EnableDebug=true