mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated Questions (markdown)
parent
0498559815
commit
f1b5852e36
@ -0,0 +1,5 @@
|
||||
I am using "html/template" package, while try to execute the template by using t.Execute(wr io.Writer, data interface{}) function error return : `Error : "html/template:test_template: \"'\" in attribute name: \"Emoji';'><br /></span></p>\\n</div\""`.
|
||||
|
||||
template content is given below:
|
||||
|
||||
``<p style="font-family: Lato, sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';">test</p>``
|
24
Questions.md
24
Questions.md
@ -1,24 +0,0 @@
|
||||
# Asking Questions
|
||||
|
||||
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and [proposals](https://go.dev/s/proposal-process) only.
|
||||
|
||||
For asking questions, see:
|
||||
|
||||
* [The official Q&A channel for Google's Go Programming Language
|
||||
](https://stackoverflow.com/collectives/go) on Stack Overflow
|
||||
|
||||
* [Stack Overflow](https://stackoverflow.com/questions/tagged/go) with questions tagged "go" or "golang" (complementing the Go Collective mentioned before)
|
||||
|
||||
* [The Go Forum](https://forum.golangbridge.org/), a web-based forum
|
||||
|
||||
* [Gophers Slack](https://gophers.slack.com), use the [invite app](https://invite.slack.golangbridge.org/) for access. The `#general` channel is a good starting point.
|
||||
|
||||
* [Go Community on Hashnode](https://hashnode.com/n/go) with questions and posts tagged with "go"
|
||||
|
||||
* [The golang-nuts mailing list](https://groups.google.com/d/forum/golang-nuts)
|
||||
|
||||
* [Subreddit for Go](https://www.reddit.com/r/golang/)
|
||||
|
||||
* **IRC** channel #go-nuts on Libera
|
||||
|
||||
If we closed your issue as a question with a link to this wiki, we apologize. Please ask the question on one of the above forums.
|
Loading…
x
Reference in New Issue
Block a user