skelterjohn / go.wde

Windows, drawing and events for Go
217 stars 46 forks source link

Update docs #44

Open ricochet2200 opened 9 years ago

ricochet2200 commented 9 years ago

I noticed in wdetest.go it imports the init directory rather than importing the way the docs suggest. This seems to be a more convenient way to import in most cases and so I update the docs to reflect that.

As I didn't consult with anyone before making these changes, feel free to reject this pull request if there is a reason it is the way it is or if you just don't like my change.

sqweek commented 9 years ago

This section of the docs in particular should be in the README imo. Unless OSX is your primary development platform the portable program structure is easy to overlook as everything works fine in linux/windows without ever calling wde.Run/Stop.