insecure: remove experimental notice (#5069)

This commit is contained in:
Adam Babik 2021-12-22 23:28:13 +01:00 committed by GitHub
parent b3d19efee6
commit db9fdf706d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@
// Package insecure provides an implementation of the
// credentials.TransportCredentials interface which disables transport security.
//
// Experimental
//
// Notice: This package is EXPERIMENTAL and may be changed or removed in a
// later release.
package insecure
import (