github.com/mad-day/Yawning-crypto@v0.0.0-20190711051033-5a5f8cca32ec/morus/unsafe_linkname.s (about) 1 // unsafe_linkname.s - go:linkname workaround 2 // 3 // To the extent possible under law, Yawning Angel has waived all copyright 4 // and related or neighboring rights to the software, using the Creative 5 // Commons "CC0" public domain dedication. See LICENSE or 6 // <http://creativecommons.org/publicdomain/zero/1.0/> for full details. 7 8 // +build !noasm,!appengine 9 10 // The `go:linkname` pragma does not work without an empty assembly file. 11 // See: https://github.com/golang/go/issues/15006.