Skip to content
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

Commit 05ace84

Browse files
author
Uwe Jugel
committed
keep dummy package to ensure packagers deprecate the project
1 parent 7f15ae3 commit 05ace84

10 files changed

Lines changed: 14 additions & 218 deletions

File tree

.gitignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# go-cli
2-
go-cli: common terminal features for your services
1+
Go-cli moved to [ubntc/go/cli](https://github.com/ubntc/go/tree/master/cli)

cli/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package cli from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
2+
package cli

examples/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package examples from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
2+
package examples

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/ubntc/go-cli
2+
3+
go 1.14

loggers/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package loggers from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
2+
package loggers

playground/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Playground moved to [ubntc/go/playground](https://github.com/ubntc/go/tree/master/playground)

playground/corruption/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

tests/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package tests from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
2+
package tests

0 commit comments

Comments
 (0)