mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 17:33:19 +01:00
fa47a199e5
* feat: support SCTP & UDP as endpoint type * update README * modify endpoint type test for sctp & udp
17 lines
292 B
Plaintext
17 lines
292 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
example/example
|