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

Commit

Permalink
keep dummy package to ensure packagers deprecate the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Jugel committed Jun 16, 2020
1 parent 7f15ae3 commit 05ace84
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 218 deletions.
15 changes: 0 additions & 15 deletions .gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# go-cli
go-cli: common terminal features for your services
Go-cli moved to [ubntc/go/cli](https://github.com/ubntc/go/tree/master/cli)
2 changes: 2 additions & 0 deletions cli/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package cli from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
package cli
2 changes: 2 additions & 0 deletions examples/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package examples from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
package examples
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ubntc/go-cli

go 1.14
2 changes: 2 additions & 0 deletions loggers/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package loggers from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
package loggers
1 change: 1 addition & 0 deletions playground/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Playground moved to [ubntc/go/playground](https://github.com/ubntc/go/tree/master/playground)
1 change: 1 addition & 0 deletions playground/corruption/README.md
2 changes: 2 additions & 0 deletions tests/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Package tests from ubntc/go-cli is deprecated, please use packages from ubntc/go/cli.
package tests

0 comments on commit 05ace84

Please sign in to comment.