1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

MAINT: Adopt go 1.16's embed feature (#1162)

* MAINT: Switch from esc to embed
* Simplify
* Update minimum go version in docs and pipelines
* go generate
This commit is contained in:
Tom Limoncelli
2021-06-04 15:50:47 -04:00
committed by GitHub
parent fdd6387aad
commit 1cea854e1c
10 changed files with 25 additions and 402 deletions

View File

@@ -1543,8 +1543,8 @@
<td class="info">
<i class="fa fa-circle-o text-info" aria-hidden="true"></i>
</td>
<td class="success">
<i class="fa fa-check text-success" aria-hidden="true"></i>
<td class="danger">
<i class="fa fa-times text-danger" aria-hidden="true"></i>
</td>
<td class="success">
<i class="fa fa-check text-success" aria-hidden="true"></i>