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

Commit cd491ec

Browse files
committed
hello/v1: implement in terms of v2 api
1 parent 51802b6 commit cd491ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hello.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package hello
22

3+
import "github.com/neild/hello/v2"
4+
35
func Hello() string {
4-
return "Hello, world!"
6+
return hello.Hello(hello.English)
57
}

0 commit comments

Comments
 (0)