We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d11ac commit e39e9a6Copy full SHA for e39e9a6
Makefile
@@ -25,7 +25,7 @@ tcpdump-port-11223:
25
# Test cases
26
27
test-with-hello: clean
28
- go run . -- go run ./hello
+ go run . -- go run ./experiments/hello
29
30
test-with-netcat-http: clean
31
go run . -- bash -c "printf 'GET / HTTP/1.1\r\nHOST: example.com\r\nUser-Agent: nc\r\n\r\n' | nc 93.184.215.14 80 > out"
@@ -129,7 +129,7 @@ docker-test-with-alpine: clean
129
docker-test-with-distroless: clean
130
mkdir -p .build
131
CGO_ENABLED=0 go build -o .build/httptap
132
- CGO_ENABLED=0 go build -o .build/hi ./hello
+ CGO_ENABLED=0 go build -o .build/hi ./experiments/hello
133
docker run \
134
--interactive \
135
--tty \
hello/hello.go renamed to experiments/hello/hello.go
0 commit comments