making executing reqs against example binary easier

This commit is contained in:
Natalia Goc 2024-05-15 15:51:24 +02:00
parent f64eac90a1
commit 6fb12e9e9d
2 changed files with 4 additions and 0 deletions

2
example/requests.hurl Normal file
View File

@ -0,0 +1,2 @@
GET http://127.0.0.1:3344/
HTTP 200

View File

@ -1,2 +1,4 @@
run:
go run example/main.go
test-example:
hurl example/requests.hurl