Compare commits

..

2 Commits

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