Closed izaurio closed 10 years ago
That would be wonderful. I think it's backwards compatible with older Gos, too. @deafbybeheading may be interested.
Looks like this is Go 1.1 (not to mention that it's of limited usefulness if it only caps max idle connections).
But we could introduce version-dependent tags:
When checking out or updating a package, get looks for a branch or tag that matches the locally installed version of Go. The most important rule is that if the local installation is running version "go1", get searches for a branch or tag named "go1". If no such version exists it retrieves the most recent version of the package.
(see here)
Closing. Please re-post at http://github.com/lib/pq if there is still a problem.
Be able to implement it?