Héctor Hurtado
|
248f7d1fcc
|
Added stderr output management to jaillover.
Added Spawn support for stderr redirection.
Added --debug option to server cmd.
Added debug information to documentation.
Finnished script logger.
|
2020-04-20 10:18:16 +02:00 |
|
pancho horrillo
|
83e4523dc7
|
Simplify files via gofmt -s (thanks, Go Report Card!)
|
2019-11-19 14:14:55 +01:00 |
|
pancho horrillo
|
2d5743af84
|
Add blank line between legal header and package declaration
Otherwise, the legal header is rendered as package documentation.
|
2019-11-13 18:18:44 +01:00 |
|
Héctor Hurtado
|
723e4787b3
|
Added legal header to all Go source files
|
2019-10-23 13:35:01 +02:00 |
|
pancho horrillo
|
c62a0d6a9a
|
Sort imports intro three blocks (stdlib, non-stdlib, current prj)
|
2019-10-13 08:09:15 +02:00 |
|
pancho horrillo
|
df5d38e94f
|
swappableMux is now public and Append() now updates Server.Handler
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-10 20:22:09 +02:00 |
|
pancho horrillo
|
b4dd6e9805
|
Add New() func & Update() method to internal/server/user/mux/swappableMux
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-10 19:26:17 +02:00 |
|
pancho horrillo
|
463382bfb2
|
Add internal/server/user/mux/handlerbuilder{,_test}.go
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-10 18:16:15 +02:00 |
|
pancho horrillo
|
49252a78a6
|
Fix misuse of gorilla/mux.Router{} use mux.NewRouter() instead
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-09 15:22:50 +02:00 |
|
pancho horrillo
|
401644b65e
|
Finish gorillize()
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-09 13:10:04 +02:00 |
|
Roberto Abdelkader Martínez Pérez
|
31f6015110
|
Increase legibility of gorillize function
|
2019-10-09 08:39:12 +02:00 |
|
Roberto Abdelkader Martínez Pérez
|
f656f9f3b0
|
Change function gorillize signature slightly
|
2019-10-08 21:09:48 +02:00 |
|
pancho horrillo
|
2cd96d5a4b
|
Add the controversial gorillize()
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-08 19:39:44 +02:00 |
|
pancho horrillo
|
e0dd6f5dd5
|
Refactor internal/server/user package structure
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
|
2019-10-08 17:22:09 +02:00 |
|