Welcome to mirror list, hosted at ThFree Co, Russian Federation.

notboring.go « boring « internal - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dbf3c39494b22e1179b90d4e2f7fb0707825815 (plain)
1
2
3
4
5
6
7
//go:build !boringcrypto
// +build !boringcrypto

package boring

func CheckBoring() {
}