mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
6e23a1b843
update go-mssqldb 2019-11-28 (1d7a30a10f73) -> 2020-04-28 (06a60b6afbbc)
10 lines
255 B
Go
10 lines
255 B
Go
// Copyright 2018 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build !amd64,!ppc64le,!s390x gccgo purego
|
|
|
|
package poly1305
|
|
|
|
type mac struct{ macGeneric }
|