-
Notifications
You must be signed in to change notification settings - Fork 183
add a linkable section of frequently encountered errors #15
Comments
Hmmmm... you know, we might be kind of overloading the README's capabilities. Because linkable things are going to be linked with # targets in the URL, which is not easy for you. But we could split it up and make a bunch of markdown files and serve them with github pages, which could be easier to organize. I am happy to do that -- turn a repo into a proper site, I mean. How do you feel about that? Thank you for suggesting this, and I think it's a great idea. |
I believe every header is linkable. Hover over it and it shows a link Here's an example: https://github.com/VividCortex/go-database-sql-tutorial#common-database-operations Am 22.11.2013 15:48 schrieb "Baron Schwartz" notifications@github.com:
|
On the other hand... having a github pages site enables granular updates and reduces merge conflicts if it takes off and more collaborators join in. And the added control over the content is probably neat, too. |
I actually have zero experience with a github pages site, but I can't |
I've just set up a custom domain and created the site (with default content, with their auto-create tool to get started) at https://github.com/VividCortex/go-database-sql-tutorial/tree/gh-pages. The domain is go-database-sql.org. It will probably take a few minutes for this all to activate. |
Great!!! 👍 |
It would be great to submit this to the Go Advent Calendar when it's done... https://groups.google.com/forum/#!msg/golang-nuts/UlSPVQDo-rc/jHbtK8DbxOMJ |
@arnehormann I've created a new team with push/pull access to this repo, and added you to that team. Feel free to make changes directly. Hooray! :) |
I will definitely do so in the future - esp. extending it based on bug reports we get. |
Hah, yeah, I'm just figuring out that Github filled my default Pages with |
http://go-database-sql.org/ is live. I've pretty much copy/pasted the current content into it. I think it needs to be restructured, but it's a start. To edit it, switch to the gh-pages branch and just modify any of the .md files. |
I've restructured it. I'll now look through the other contributions you added, but I'll close this issue. |
Thanks! |
Could you help us out by adding a linkable section with frequently encountered problems to the database tutorial?
I'd really love to have a bunch of short linkable answers ready when closing issues for the mysql driver - but I lack the experience in technical writing (and am not a native speaker).
What I have in mind is a way to quickly answer and close issues like
"
SELECT ?
does not work with a slice".The text was updated successfully, but these errors were encountered: