Skip to content

Tags: baidu/nettools

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(evr): add evr to .goreleaser.yml and Makefile package step (#21) (

#36)

- .goreleaser.yml: add evr build entry (linux/darwin × amd64/arm64,
  CGO_ENABLED=0, version ldflags) and include it in archives.default.
- Makefile: add evr binary to the package target so it lands in
  $(OUTDIR) alongside the other tools.

The build-evr target and BINARYEVR var were already in place; this
finishes wiring evr into the release/package pipeline.

v0.4.0

Toggle v0.4.0's commit message
test: add unit tests for kuiniu, ping/ping6, and util.salts

Backfill tests for previously uncovered packages:
- kuiniu/config: extended Validate coverage (role, GPU pair counts,
  IPv4-only enforcement, port-range and span parsing)
- kuiniu/client, kuiniu/server, kuiniu/transport: new test files
- ping, ping6: new pinger tests
- util: tests for salts helpers

coverage.svg refreshed to reflect new coverage.

v0.3.0

Toggle v0.3.0's commit message
docs: rename 百度系统部 to 百度 in index.html

v0.2.2

Toggle v0.2.2's commit message
Add --version flag to all CLI tools with ldflags injection

v0.2.1

Toggle v0.2.1's commit message
Package all binaries into nettools archive per OS/arch

v0.2.0

Toggle v0.2.0's commit message
Add GoReleaser config and release workflow

v0.1.0

Toggle v0.1.0's commit message
Fix go-badges job: add missing coverage and report card steps