mirror of https://github.com/grpc/grpc-go.git
insecure: remove experimental notice (#5069)
This commit is contained in:
parent
b3d19efee6
commit
db9fdf706d
|
|
@ -18,11 +18,6 @@
|
||||||
|
|
||||||
// Package insecure provides an implementation of the
|
// Package insecure provides an implementation of the
|
||||||
// credentials.TransportCredentials interface which disables transport security.
|
// 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
|
package insecure
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue