Skip to content

Commit ac7c511

Browse files
author
tietang
committed
update circleci config
1 parent 495f3c0 commit ac7c511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/watch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88
)
99

10-
func main() {
10+
func main_2() {
1111

1212
root := "configs/dev/resk/"
1313

example/x.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
)
99

10-
func main() {
10+
func main_1() {
1111
var ctype kvs.ContentType
1212

1313
k := "configs/dev/resk/mysql."

0 commit comments

Comments
 (0)