Merge pull request #30 from multiformats/feat/remove-base1

feat: remove base1 support
This commit is contained in:
Steven Allen
2019-07-26 11:56:38 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ type Encoding int
// supported yet
const (
Identity = 0x00
Base1 = '1'
Base2 = '0'
Base8 = '7'
Base10 = '9'

2
spec

Submodule spec updated: f0792f7030...65d3fff834