From 8ffbb96d908fdc5a17255ec3fbdc807f663ade38 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 24 May 2019 17:08:52 +0200 Subject: add shapeshifter dispatcher, go environment and buildscript for the CI --- ...65e9bf40a0d986d6bb7f1c06267b1669172aaa14187c5-d | Bin 0 -> 1683664 bytes ...56e418403b0b7d6c51665490662953f45d88e90ba5208-d | 1 + ...53ed54c981415a1cd10d3598a581aca97b8c90fb02778-a | 1 + ...c0a647141f7a6455bdedd04d17f35682952771166ae55-a | 1 + ...3d55aa8b7415d82795a9ac190280218b56f66553416d5-d | 32 +++++++++++++++++++++ ...0b256b92bc8ab957ae5d377e59e79e2fd4e57b42bc5c9-a | 1 + 6 files changed, 36 insertions(+) create mode 100644 go/golang/gocache/1b/1b001a1de45a2b760bf65e9bf40a0d986d6bb7f1c06267b1669172aaa14187c5-d create mode 100644 go/golang/gocache/1b/1b2564e5e41ed4d812356e418403b0b7d6c51665490662953f45d88e90ba5208-d create mode 100644 go/golang/gocache/1b/1b3a043b8b9df08a58153ed54c981415a1cd10d3598a581aca97b8c90fb02778-a create mode 100644 go/golang/gocache/1b/1b5d91d3932b64ee458c0a647141f7a6455bdedd04d17f35682952771166ae55-a create mode 100644 go/golang/gocache/1b/1ba1a51654fdcc385073d55aa8b7415d82795a9ac190280218b56f66553416d5-d create mode 100644 go/golang/gocache/1b/1bee5f887d2d85439b80b256b92bc8ab957ae5d377e59e79e2fd4e57b42bc5c9-a (limited to 'go/golang/gocache/1b') diff --git a/go/golang/gocache/1b/1b001a1de45a2b760bf65e9bf40a0d986d6bb7f1c06267b1669172aaa14187c5-d b/go/golang/gocache/1b/1b001a1de45a2b760bf65e9bf40a0d986d6bb7f1c06267b1669172aaa14187c5-d new file mode 100644 index 00000000..9b29c10f Binary files /dev/null and b/go/golang/gocache/1b/1b001a1de45a2b760bf65e9bf40a0d986d6bb7f1c06267b1669172aaa14187c5-d differ diff --git a/go/golang/gocache/1b/1b2564e5e41ed4d812356e418403b0b7d6c51665490662953f45d88e90ba5208-d b/go/golang/gocache/1b/1b2564e5e41ed4d812356e418403b0b7d6c51665490662953f45d88e90ba5208-d new file mode 100644 index 00000000..0bf0b223 --- /dev/null +++ b/go/golang/gocache/1b/1b2564e5e41ed4d812356e418403b0b7d6c51665490662953f45d88e90ba5208-d @@ -0,0 +1 @@ +./ring.go diff --git a/go/golang/gocache/1b/1b3a043b8b9df08a58153ed54c981415a1cd10d3598a581aca97b8c90fb02778-a b/go/golang/gocache/1b/1b3a043b8b9df08a58153ed54c981415a1cd10d3598a581aca97b8c90fb02778-a new file mode 100644 index 00000000..e18a9fee --- /dev/null +++ b/go/golang/gocache/1b/1b3a043b8b9df08a58153ed54c981415a1cd10d3598a581aca97b8c90fb02778-a @@ -0,0 +1 @@ +v1 1b3a043b8b9df08a58153ed54c981415a1cd10d3598a581aca97b8c90fb02778 167a18fe56058cd55f04905ca6f3fb1cf6cde583fe59439854b65df348fae929 25958 1548273520601944268 diff --git a/go/golang/gocache/1b/1b5d91d3932b64ee458c0a647141f7a6455bdedd04d17f35682952771166ae55-a b/go/golang/gocache/1b/1b5d91d3932b64ee458c0a647141f7a6455bdedd04d17f35682952771166ae55-a new file mode 100644 index 00000000..7e662827 --- /dev/null +++ b/go/golang/gocache/1b/1b5d91d3932b64ee458c0a647141f7a6455bdedd04d17f35682952771166ae55-a @@ -0,0 +1 @@ +v1 1b5d91d3932b64ee458c0a647141f7a6455bdedd04d17f35682952771166ae55 a0a599388ed655ba555a77217e23b55f44c323f5d1c4f45c0b2cf6ecf94412aa 7390 1548273525580211445 diff --git a/go/golang/gocache/1b/1ba1a51654fdcc385073d55aa8b7415d82795a9ac190280218b56f66553416d5-d b/go/golang/gocache/1b/1ba1a51654fdcc385073d55aa8b7415d82795a9ac190280218b56f66553416d5-d new file mode 100644 index 00000000..74683e1d --- /dev/null +++ b/go/golang/gocache/1b/1ba1a51654fdcc385073d55aa8b7415d82795a9ac190280218b56f66553416d5-d @@ -0,0 +1,32 @@ +// Code generated by cmd/cgo; DO NOT EDIT. + +//line /workdir/go/src/runtime/cgo/cgo.go:1:1 +// Copyright 2010 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. + +/* +Package cgo contains runtime support for code generated +by the cgo tool. See the documentation for the cgo command +for details on using cgo. +*/ +package cgo + +/* + +#cgo darwin,!arm,!arm64 LDFLAGS: -lpthread +#cgo darwin,arm LDFLAGS: -framework CoreFoundation +#cgo darwin,arm64 LDFLAGS: -framework CoreFoundation +#cgo dragonfly LDFLAGS: -lpthread +#cgo freebsd LDFLAGS: -lpthread +#cgo android LDFLAGS: -llog +#cgo !android,linux LDFLAGS: -lpthread +#cgo netbsd LDFLAGS: -lpthread +#cgo openbsd LDFLAGS: -lpthread + +#cgo CFLAGS: -Wall -Werror + +#cgo solaris CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS + +*/ +import _ "unsafe" diff --git a/go/golang/gocache/1b/1bee5f887d2d85439b80b256b92bc8ab957ae5d377e59e79e2fd4e57b42bc5c9-a b/go/golang/gocache/1b/1bee5f887d2d85439b80b256b92bc8ab957ae5d377e59e79e2fd4e57b42bc5c9-a new file mode 100644 index 00000000..49ee0286 --- /dev/null +++ b/go/golang/gocache/1b/1bee5f887d2d85439b80b256b92bc8ab957ae5d377e59e79e2fd4e57b42bc5c9-a @@ -0,0 +1 @@ +v1 1bee5f887d2d85439b80b256b92bc8ab957ae5d377e59e79e2fd4e57b42bc5c9 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 0 1548273523731330457 -- cgit v1.2.3