This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <body> | |
| From fairest creatures we desire increase, | |
| That thereby beauty's rose might never die, | |
| But as the riper should by time decease, | |
| His tender heir might bear his memory: | |
| But thou contracted to thine own bright eyes, | |
| Feed'st thy light's flame with self-substantial fuel, | |
| Making a famine where abundance lies, | |
| Thy self thy foe, to thy sweet self too cruel: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "example.com", | |
| "results": { | |
| "A": { | |
| "data": { | |
| "per_layer_responses": { | |
| ".": [ | |
| { | |
| "nameserver": "d.root-servers.net", | |
| "result": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This code is licensed under the terms of the MIT license https://opensource.org/license/mit | |
| # Copyright (c) 2021 Marat Reymers | |
| ## Golden config for golangci-lint v1.59.0 | |
| # | |
| # This is the best config for golangci-lint based on my experience and opinion. | |
| # It is very strict, but not extremely strict. | |
| # Feel free to adapt and change it for your needs. | |
| run: |