Skip to content

Instantly share code, notes, and snippets.

View jochumdev's full-sized avatar
🥰
Released go-orb v0.3.0 :)

René Jochum jochumdev

🥰
Released go-orb v0.3.0 :)
View GitHub Profile
@jochumdev
jochumdev / how-to-use-golang-framer.go
Last active October 8, 2022 12:48 — forked from ilyaigpetrov/how-to-use-golang-framer.go
How To Use Golang Framer?
// This is based on https://github.com/nghttp2/nghttp2/blob/master/integration-tests/server_tester.go
package main
import (
"bytes"
"crypto/tls"
"errors"
"fmt"
"log"
"net"
import QtQuick 2.9
import QtQuick.Controls 2.2
Column {
width: parent.width
height: parent.height
property alias model: columnRepeater.model
ListView {