You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -323,8 +323,15 @@ if err != nil {
323
323
fmt.Println(query) // SELECT * FROM suggestions WHERE (subdomain_id = 1)
324
324
```
325
325
326
-
## Contributing
327
-
We gladly accept contributions. We want to keep dbr pretty light but I certainly don't mind discussing any changes or additions. Feel free to open an issue if you'd like to discus a potential change.
326
+
## gocraft
327
+
328
+
gocraft offers a toolkit for building web apps. Currently these packages are available:
329
+
330
+
*[gocraft/web](https://github.com/gocraft/web) - Go Router + Middleware. Your Contexts.
331
+
*[gocraft/dbr](https://github.com/gocraft/dbr) - Additions to Go's database/sql for super fast performance and convenience.
332
+
*[gocraft/health](https://github.com/gocraft/health) - Instrument your web apps with logging and metrics.
333
+
334
+
These packages were developed by the [engineering team](https://eng.uservoice.com) at [UserVoice](https://www.uservoice.com) and currently power much of its infrastructure and tech stack.
328
335
329
336
## Thanks & Authors
330
337
Inspiration from these excellent libraries:
@@ -334,3 +341,4 @@ Inspiration from these excellent libraries:
334
341
Authors:
335
342
* Jonathan Novak -- [https://github.com/cypriss](https://github.com/cypriss)
336
343
* Tyler Smith -- [https://github.com/tyler-smith](https://github.com/tyler-smith)
344
+
* Sponsored by [UserVoice](https://eng.uservoice.com)
0 commit comments