I hereby claim:
- I am egonelbre on github.
- I am egonelbre (https://keybase.io/egonelbre) on keybase.
- I have a public key ASCPXCOftj5WHDwWk_kjkT7UzvIjJ_m5euWJ8wLoO4H6Fwo
To claim this, I am signing this object:
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" |
Building Go cmd/dist using C:\Go | |
Building Go toolchain1 using C:\Go. | |
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. | |
Building Go toolchain2 using go_bootstrap and Go toolchain1. | |
Building Go toolchain3 using go_bootstrap and Go toolchain2. | |
Building packages and commands for windows/amd64. | |
##### Testing packages. | |
ok archive/tar 3.046s |
package main | |
import ( | |
"bufio" | |
"bytes" | |
"fmt" | |
"io" | |
"io/ioutil" | |
"os" | |
"path" |