awesome-go
Here are 43 public repositories matching this topic...
-
Updated
Jun 4, 2020 - Go
-
Updated
May 12, 2020 - Go
-
Updated
Jun 23, 2020 - Go
-
Updated
Oct 6, 2019 - Go
-
Updated
Dec 11, 2019 - Go
Apparently GoDoc cannot show documentation for exported methods of un-exported structs, and it makes no sense to export parser and/or command, thus this project should provide its own documentation page.
-
Updated
Jun 24, 2020
-
Updated
Jun 14, 2020 - Go
-
Updated
Nov 18, 2019 - Go
I would expect to have a menu option to display first the question then the options, but unfortunately, I don't see it.
Am I missing something?
deprecation notice
the package will be deprecated and archived, alternative solution https://github.com/kamilsk/locker will be used under the hood
better positioning
-
Updated
Jun 4, 2020 - Go
Description
Currently1build only allows executing commands from the current directory. Sometimes developers have to switch the directory to execute any command.
Allowing the user to execute a command from specified will help to reduce the two steps.
Flag
-f
--file
Acceptance Criteria
- Root/Exec/Set/Unset Command
- Given a configuration file to execute
This feature should only touch directories starting from one location and work backward. This can be a nice to have when looking for config files in you CWD tree. Not sure how helpful it is to have it concurrent, but at least it will be there if it is needed.
-
Updated
Apr 9, 2020 - Go
-
Updated
Jun 15, 2020 - Python
-
Updated
Jun 28, 2020 - Go
-
Updated
Mar 12, 2020 - Go
-
Updated
Jan 7, 2020 - Go
It is not a must-do task but needs to be discussed.
- Check if possible to implement a search
- Local search or over a service
Instead of going over each request/client option, I should have a slimmed down version in the readme and examples of each option in godoc, e.g.:
# Request Options
* [Header](#link-to-example) - Add a header to a request
* [Basic Auth](#link-to-example) - Add basic auth to a request
# Client Options
* [Doer](#) - Specify which object performs the http.Request (the default is http.Defau
example with sla
func Middleware(handler http.Handler) http.Handler {
return http.HandlerFunc(func (...) {
ctx := context.WithValue(req.Context(), key, tracer)
http.ServeHTTP(rw, req.WithContex(ctx))
if ctx.Err() != nil {
// fetch tracer, write trace into Sentry
}
})
}-
Updated
Sep 17, 2019 - Go
-
Updated
Apr 7, 2020 - Go
Improve this page
Add a description, image, and links to the awesome-go topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the awesome-go topic, visit your repo's landing page and select "manage topics."


in release notes and the doc