]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
common: Remove unused constants
authorOleksandr Redko <Oleksandr_Redko@epam.com>
Thu, 31 Aug 2023 13:39:20 +0000 (16:39 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 24 Sep 2023 09:59:49 +0000 (11:59 +0200)
common/constants/constants.go

index e416d4ad35fd545dda568a9214ac380f2c72fb65..6afb9e2831617e2789c24c9b58f104794f040f4e 100644 (file)
@@ -16,9 +16,6 @@ package constants
 // Error IDs.
 // Do not change these values.
 const (
-       ErrIDAmbigousDisableKindTaxonomy = "error-disable-taxonomy"
-       ErrIDAmbigousOutputKindTaxonomy  = "error-output-taxonomy"
-
        // IDs for remote errors in tpl/data.
        ErrRemoteGetJSON = "error-remote-getjson"
        ErrRemoteGetCSV  = "error-remote-getcsv"