Undo rename module test

pull/116/head
Alberto Castañeiras 4 months ago
parent 1110f3c684
commit 69a4c7d2c5

@ -1,9 +1,9 @@
# 🌳 Go Bonzai™ Command Compositor
[![GoDoc](https://godoc.org/github.com/vekio/bonzai?status.svg)](https://godoc.org/github.com/vekio/bonzai)
[![GoDoc](https://godoc.org/github.com/rwxrob/bonzai?status.svg)](https://godoc.org/github.com/rwxrob/bonzai)
[![License](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](LICENSE)
[![Go Report
Card](https://goreportcard.com/badge/github.com/vekio/bonzai)](https://goreportcard.com/report/github.com/vekio/bonzai)
Card](https://goreportcard.com/badge/github.com/rwxrob/bonzai)](https://goreportcard.com/report/github.com/rwxrob/bonzai)
> "It's like a modular, multicall BusyBox builder for Go with built in completion and embedded documentation support."
@ -31,7 +31,7 @@ Read the book:
Copy or clone the example template:
* https://github.com/vekio/bonzai-example
* https://github.com/rwxrob/bonzai-example
Get ideas for your own by looking at others
@ -45,6 +45,6 @@ SPDX-License-Identifier: Apache-2.0
"Bonzai" and "bonzai" are legal trademarks of Robert S. Muhlestein but
can be used freely to refer to the Bonzai™ project
<https://github.com/vekio/bonzai> without limitation. To avoid
<https://github.com/rwxrob/bonzai> without limitation. To avoid
potential developer confusion, intentionally using these trademarks to
refer to other projects --- free or proprietary --- is prohibited.

@ -1,4 +1,4 @@
module github.com/vekio/bonzai
module github.com/rwxrob/bonzai
go 1.18

@ -27,8 +27,8 @@ import (
"path/filepath"
"strings"
"github.com/rwxrob/bonzai"
"github.com/rwxrob/compcmd"
"github.com/vekio/bonzai"
)
func init() {

@ -7,7 +7,7 @@ import (
"fmt"
"os"
Z "github.com/vekio/bonzai/z"
Z "github.com/rwxrob/bonzai/z"
)
func ExampleArgsFrom() {

@ -14,12 +14,12 @@ import (
"text/template"
"unicode"
"github.com/rwxrob/bonzai"
"github.com/rwxrob/fn/each"
"github.com/rwxrob/fn/maps"
"github.com/rwxrob/fn/redu"
"github.com/rwxrob/structs/qstack"
"github.com/rwxrob/to"
"github.com/vekio/bonzai"
)
type Cmd struct {

@ -7,7 +7,7 @@ import (
"fmt"
"os"
Z "github.com/vekio/bonzai/z"
Z "github.com/rwxrob/bonzai/z"
)
func ExampleCmd_Seek() {

@ -3,8 +3,8 @@ package Z_test
import (
"fmt"
Z "github.com/rwxrob/bonzai/z"
"github.com/rwxrob/term"
Z "github.com/vekio/bonzai/z"
)
func init() {

Loading…
Cancel
Save