@@ -20,8 +20,11 @@ run: build
build: ./xsum
./xsum: *.go */*.go
./xsum: *.go
go build -o $@ $(GOFLAGS) .
fmt:
go fmt *.go
test:
docker build -t sneak/xsum .
The note is not visible to the blocked user.