http urls monitor.

.gitignore 181B

1234567891011121314
  1. swag
  2. testdata/simple/docs
  3. # Test binary, build with `go test -c`
  4. *.test
  5. # Output of the go coverage tool, specifically when used with LiteIDE
  6. *.out
  7. .idea
  8. .vscode
  9. # Etc
  10. .DS_Store