mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-14 04:26:32 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
9 lines
136 B
Go
9 lines
136 B
Go
//+build !go1.7
|
|
|
|
package reflect2
|
|
|
|
import "unsafe"
|
|
|
|
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
|
|
return nil
|
|
}
|