Skip to content

Commit

Permalink
fix: fix makefile run-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
LooJee committed Nov 9, 2022
1 parent f63fe7e commit 66db2e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ssl-test-self-signed:
self_signed=true go test -v --tags=integration -run TestSslConnection;

run-examples:
go run basic_example/graph_client_basic_example.go && \
go run basic_example/parameter_example.go && \
go run gorountines_example/graph_client_goroutines_example.go && \
go run json_example/parse_json_example.go && \
go run session_pool_example/session_pool_example.go
go run examples/basic_example/graph_client_basic_example.go && \
go run examples/parameter_example/parameter_example.go && \
go run examples/gorountines_example/graph_client_goroutines_example.go && \
go run examples/json_example/parse_json_example.go && \
go run examples/session_pool_example/session_pool_example.go

0 comments on commit 66db2e6

Please sign in to comment.