File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
cmd/statshouse-client-test Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ func (*cpp) testMain() string {
1313}
1414
1515func (* cpp ) gitURL () string {
16- return "git@ github.com: VKCOM/statshouse-cpp.git"
16+ return "https:// github.com/ VKCOM/statshouse-cpp.git"
1717}
1818
1919func (client * cpp ) make () error {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ func (*golang) libMain() string {
99}
1010
1111func (* golang ) gitURL () string {
12- return "git@ github.com: VKCOM/statshouse-go.git"
12+ return "https:// github.com/ VKCOM/statshouse-go.git"
1313}
1414
1515func (* golang ) testMain () string {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ func (*java) libMain() string {
1111}
1212
1313func (* java ) gitURL () string {
14- return "git@ github.com: VKCOM/statshouse-java.git"
14+ return "https:// github.com/ VKCOM/statshouse-java.git"
1515}
1616
1717func (* java ) testMain () string {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ func (*php) libMain() string {
99}
1010
1111func (* php ) gitURL () string {
12- return "git@ github.com: VKCOM/statshouse-php.git"
12+ return "https:// github.com/ VKCOM/statshouse-php.git"
1313}
1414
1515func (* php ) testMain () string {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ func (*python) libMain() string {
1414}
1515
1616func (* python ) gitURL () string {
17- return "git@ github.com: VKCOM/statshouse-py.git"
17+ return "https:// github.com/ VKCOM/statshouse-py.git"
1818}
1919
2020func (* python ) testMain () string {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ func (*rust) testMain() string {
1717}
1818
1919func (* rust ) gitURL () string {
20- return "git@ github.com: VKCOM/statshouse-rs.git"
20+ return "https:// github.com/ VKCOM/statshouse-rs.git"
2121}
2222
2323func (client * rust ) make () error {
You can’t perform that action at this time.
0 commit comments