Use asm implementation of base64 on amd64

This commit is contained in:
Milan Nikolic
2018-10-28 13:44:47 +01:00
parent c9d77f03e7
commit 0503355005
2 changed files with 55 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// +build !amd64
package handlers
import (