Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 6323cb2

Browse files
author
myitcv
committed
Breaking commit of goinfo
1 parent a473be2 commit 6323cb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

designers/designers.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package designers
22

3-
import "github.com/go-modules-by-example/goinfo/contributors"
3+
import "github.com/go-modules-by-example/goinfo/v2/contributors"
44

5-
func Names() []string {
5+
func FullNames() []string {
66
var res []string
77
for _, p := range contributors.Details() {
88
switch p.FullName {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/go-modules-by-example/goinfo
1+
module github.com/go-modules-by-example/goinfo/v2
22

33
go 1.12

0 commit comments

Comments
 (0)