SUM CHECK: ALL 0 PASS
| arch | arm | corpus | Δfile | Δtext | Δinst | Δpad | Δinst-real | changed fns | +/- | Δspill |
|---|
| arch | arm | combined Δtext | combined Δinst | combined Δinst-real | gate vs (8,8) |
|---|
Absolute per-arm metrics (denominators):
SUM CHECK: ALL 0 PASS
| arch | arm | corpus | Δfile | Δtext | Δinst | Δpad | Δinst-real | changed fns | +/- | Δspill |
|---|
| arch | arm | combined Δtext | combined Δinst | combined Δinst-real | gate vs (8,8) |
|---|
Absolute per-arm metrics (denominators):
| bin/ | |
| obj/ | |
| libgolib.so | |
| libgolib.h |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <script src="/~watch.js"></script> | |
| </head> | |
| <body> |
| title | Architecture |
|---|
Gio implements an Immediate Mode User Interface.. This approach can be implemented in multiple ways, however the overarching similarity is that the program:
| // 🚀 Fiber is an Express inspired web framework written in Go with 💖 | |
| // 📌 API Documentation: https://fiber.wiki | |
| // 📝 Github Repository: https://github.com/gofiber/fiber | |
| // 🙏 Credits to github.com/labstack/echo/blob/master/middleware/csrf.go | |
| package csrf | |
| import ( | |
| "crypto/subtle" | |
| "errors" |
| module generate-aliases | |
| go 1.13 |
| module rename-imports | |
| go 1.13 | |
| require golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40 |
| package main | |
| import ( | |
| "context" | |
| "errors" | |
| "fmt" | |
| "net" | |
| "time" | |
| "google.golang.org/grpc" |