fsenart
- Karma
- 8
- Created
- February 1, 2015 (11y ago)
- Submissions
- 0
-
The number of privacy-focused analytics tools is ever-growing. And the perfect balance between freshness and promoted evilness of legacy tools is appealing. Rightfully, all of them try to mitigate identity to promote…
-
Before: package main import ( "net/http" "github.com/gin-gonic/gin" ) var r *gin.Engine func handle(ctx *gin.Context) { ctx.String(http.StatusOK, "Hello, %s!", ctx.Param("name")) } func init() { r = gin.Default()…
- Run standard Go code on the AWS Lambda platform (github.com)