forked from quic-go/quic-go
10 lines
200 B
Go
10 lines
200 B
Go
package main
|
|
|
|
import "git.geeks-team.ru/gr1ffon/quic-go/http3"
|
|
|
|
// The contents of this script don't matter.
|
|
// We just need to make sure that quic-go is imported.
|
|
func main() {
|
|
_ = http3.Server{}
|
|
}
|