Skip to content

Commit e39e9a6

Browse files
committed
move hello to experiments/hello
1 parent c4d11ac commit e39e9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tcpdump-port-11223:
2525
# Test cases
2626

2727
test-with-hello: clean
28-
go run . -- go run ./hello
28+
go run . -- go run ./experiments/hello
2929

3030
test-with-netcat-http: clean
3131
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
129129
docker-test-with-distroless: clean
130130
mkdir -p .build
131131
CGO_ENABLED=0 go build -o .build/httptap
132-
CGO_ENABLED=0 go build -o .build/hi ./hello
132+
CGO_ENABLED=0 go build -o .build/hi ./experiments/hello
133133
docker run \
134134
--interactive \
135135
--tty \
File renamed without changes.

0 commit comments

Comments
 (0)