1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 10:57:05 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-02-19 21:44:37 +02:00
parent 84a1e97a01
commit 5095d862d9
41 changed files with 426 additions and 657 deletions

View File

@@ -3,13 +3,11 @@ package main
import (
"github.com/kataras/iris/v12"
"github.com/lucas-clemente/quic-go/http3"
"github.com/quic-go/quic-go/http3"
)
/*
$ go get -u github.com/lucas-clemente/quic-go/...
# or if you're using GO MODULES:
$ go get github.com/lucas-clemente/quic-go@master
$ go get github.com/quic-go/quic-go@master
*/
func main() {