From 16df5a3328f293a501997ede188a1ca2ecf746bd Mon Sep 17 00:00:00 2001 From: Cesar Ghali Date: Fri, 7 Sep 2018 10:24:15 -0700 Subject: [PATCH] credentials/alts: Rename core package to internal (#2296) --- credentials/alts/internal/common.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/credentials/alts/internal/common.go b/credentials/alts/internal/common.go index b7baf77a..f3050718 100644 --- a/credentials/alts/internal/common.go +++ b/credentials/alts/internal/common.go @@ -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"