Skip to content

Instantly share code, notes, and snippets.

View jochumdev's full-sized avatar

René Jochum jochumdev

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 {