Skip to content

Commit a41db9e

Browse files
authored
task: move unused codebase to the new package (#417)
1 parent f2d4a25 commit a41db9e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

auth/device_flow.go renamed to auth/code/device_flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package auth
15+
package code
1616

1717
import (
1818
"context"

auth/device_flow_test.go renamed to auth/code/device_flow_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package auth
15+
package code
1616

1717
import (
1818
"fmt"

auth/doc.go renamed to auth/code/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ pass cancellation signals and deadlines to various services of the client for
4141
handling a request. In case there is no context available, then context.Background()
4242
can be used as a starting point.
4343
*/
44-
package auth
44+
package code

auth/oauth.go renamed to auth/code/oauth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package auth
15+
package code
1616

1717
import (
1818
"bytes"

auth/oauth_test.go renamed to auth/code/oauth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package auth
15+
package code
1616

1717
import (
1818
"context"

auth/token.go renamed to auth/code/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package auth
15+
package code
1616

1717
import (
1818
"net/http"

0 commit comments

Comments
 (0)