credentials/alts: Rename core package to internal (#2296)

This commit is contained in:
Cesar Ghali
2018-09-07 10:24:15 -07:00
committed by GitHub
parent 0150fc5d50
commit 16df5a3328

View File

@ -18,9 +18,8 @@
//go:generate ./regenerate.sh
// Package core contains common core functionality for ALTS.
// Disclaimer: users should NEVER reference this package directly.
package core
// Package internal contains common core functionality for ALTS.
package internal
import (
"net"