Compare commits

...

2 Commits

Author SHA1 Message Date
6fb12e9e9d making executing reqs against example binary easier 2024-05-15 15:51:24 +02:00
f64eac90a1 add a justfile for convenience 2024-05-15 15:49:44 +02:00
2 changed files with 6 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

4
justfile Normal file
View File

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