-
Below will work:
q := db.NewQuery("SELECT id, username as name FROM tbl_users order by id LIMIT 10 ")
**However, below not work:**
q := db.NewQuery("SELECT id, username as Name FROM tbl_users order b…
-
I start two servers:
http on port 8080
https on port 8088
``` Go
go func() {
s := app.C.GetString("WebServer.Domain") + ":" + app.C.GetString("WebServer.PortHTTPS")
l.Info("Start Serv…
-
Are you planning to add support for AR?
-
Hi!
ozzo-config is a Go package that supports request routing and processing for Web applications.
Is this correct?
-
`BurntSushi/toml` compatible with TOML version v0.2.0 only
[Latest TOML tagged version: v0.4.0.](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md)
I have used successfully. ht…
-
-
Hi!
I try to use Logger as shown in example. The application builds without errors.
The file is created, but it is always empty (
And In console nothing to.
-
I wanted to set different role to a client, so I created it in the previous version (+/- 15 days old)
In current version, I can neither edit (change and save) nor delete (mark for delete and save) th…