go1.9

Will Faught

June 2017

Go 1.9 Doesn’t Match Vendor Packages With Path Wildcards

By popular request, ./… no longer matches packages in vendor directories in tools accepting package names, such as go test. To match vendor directories, write ./vendor/…. Finally! This removes the need for any kind of vendor-aware Makefile. I was worried when the suggestion of adding a -vendor flag was rejected.

go go1.9

Will Faught

1 minute

Go 1.9 Release Notes

My little suggestion: Viewing documentation on struct fields is now supported with go doc struct.field.

go go1.9

Will Faught

1 minute

π