Merge pull request #2813 from lucas-clemente/fix-linting-on-mac

fix linting error on OSX
This commit is contained in:
Marten Seemann
2020-10-06 20:22:33 +07:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ package quic
import "syscall" import "syscall"
const ( const (
//nolint:stylecheck
ip_recvtos = 27 ip_recvtos = 27
msgTypeIPTOS = ip_recvtos msgTypeIPTOS = ip_recvtos
) )