mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
- Implement `String()` method to generate a unique string representation of CacheKey - Add `Equal()` method to compare CacheKey instances - Create `Hash()` method using FNV-64a hashing algorithm for efficient key comparison
29 lines
408 B
Plaintext
29 lines
408 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
proxy-go
|
|
proxy-go-*
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
web/node_modules/
|
|
web/dist/
|
|
data/config.json
|
|
data/config.json
|
|
kaifa.md
|