Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database/sql: display database table on a web page using html table to show like a gridview or dataview #20920

Closed
connelevalsam opened this issue Jul 6, 2017 · 1 comment

Comments

@connelevalsam
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

1.8

What operating system and processor architecture are you using (go env)?

GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"

What did you do? https://play.golang.org/p/QqHXewyDTp

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

expected to see the html page executed with range over my struct that has my data's from MySql table.

What did you see instead?

Seeing a blank html page. In /read route nothing is showing

@ALTree
Copy link
Member

ALTree commented Jul 6, 2017

Hi,

the Go project does not use its bug tracker for general discussion or asking questions about the language. The Github bug tracker is only used for tracking bugs and proposals going through the Proposal Process.

Please see the Questions wiki page; it has a list of good places for asking questions. Thanks!

Closing, since this is not a bug.

@ALTree ALTree closed this as completed Jul 6, 2017
@mikioh mikioh changed the title display database table on a web page using html table to show like a gridview or dataview database/sql: display database table on a web page using html table to show like a gridview or dataview Jul 10, 2017
@golang golang locked and limited conversation to collaborators Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants