Skip to content

Commit 9f40192

Browse files
committed
Update paths
1 parent fc17fde commit 9f40192

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[![Tests on Linux, MacOS and Windows](https://github.com/bep/golibtemplate/workflows/Test/badge.svg)](https://github.com/bep/golibtemplate/actions?query=workflow:Test)
2-
[![Go Report Card](https://goreportcard.com/badge/github.com/bep/golibtemplate)](https://goreportcard.com/report/github.com/bep/golibtemplate)
3-
[![GoDoc](https://godoc.org/github.com/bep/golibtemplate?status.svg)](https://godoc.org/github.com/bep/golibtemplate)
1+
[![Tests on Linux, MacOS and Windows](https://github.com/bep/cobrakai/workflows/Test/badge.svg)](https://github.com/bep/cobrakai/actions?query=workflow:Test)
2+
[![Go Report Card](https://goreportcard.com/badge/github.com/bep/cobrakai)](https://goreportcard.com/report/github.com/bep/cobrakai)
3+
[![GoDoc](https://godoc.org/github.com/bep/cobrakai?status.svg)](https://godoc.org/github.com/bep/cobrakai)

‎lib.go‎ renamed to ‎cobrakai.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package golibtemplate
1+
package cobrakai
22

33
func Foo() string {
44
return "foo"

‎lib_test.go‎ renamed to ‎cobrakai_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package golibtemplate
1+
package cobrakai
22

33
import (
44
"testing"

‎go.mod‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
module github.com/bep/golibtemplate
1+
module github.com/bep/cobrakai
22

3-
go 1.18
3+
go 1.20
4+
5+
require github.com/frankban/quicktest v1.14.2
46

57
require (
6-
github.com/frankban/quicktest v1.14.2 // indirect
78
github.com/google/go-cmp v0.5.7 // indirect
89
github.com/kr/pretty v0.3.0 // indirect
910
github.com/kr/text v0.2.0 // indirect

0 commit comments

Comments
 (0)