Benign golang Download

github.com/darvaza-proxy/slog v0.4.0

Go module source archive layoutShell runs a variable command with args
SHA-256a79f4da96808adb606af42d3a6a83b63ec3d97f95540d1472444a449fd16d285

Evidence

Shell runs a variable command with args lines 1–48
⋯24 lines
25HANDLERS = cblog discard filter logrus zap zerolog
26
27TMPDIR ?= .tmp
28
29all: get generate tidy build
30
31clean: ; $(info $(M) cleaning…)
32 rm -rf $(TMPDIR)
33
34$(TMPDIR)/gen.mk: internal/tools/gen_mk.sh Makefile ; $(info $(M) generating subproject rules)
35 $Q mkdir -p $(@D)
36 $Q $< $(HANDLERS) > $@~
37 $Q if cmp $@ $@~ 2> /dev/null >&2; then rm $@~; else mv $@~ $@; fi
38
39include $(TMPDIR)/gen.mk
40
41fmt: ; $(info $(M) reformatting sources…)
42 $Q find . -name '*.go' | xargs -r $(GOFMT) $(GOFMT_FLAGS)
43
44tidy: fmt
⋯4 lines

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.