go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.07k stars 74 forks source link

README: Update reference to renamed example repo. #81

Closed dmitshur closed 7 years ago

dmitshur commented 7 years ago

The old link still worked thanks to the GitHub redirect, but it's better to point to the new repo directly.

Updates go-gl/example#58. Follows #78.

@errcw, when merging this PR, let's use squash or rebase strategy so this creates a single commit, rather than merge strategy that creates 2 commits (actual change commit + a merge commit).