File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build !windows
1516// +build !windows
1617
1718// Package activation implements primitives for systemd socket activation.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718package main
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build ignore
1516// +build ignore
1617
1718// Activation example used by the activation unit tests.
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build cgo
1516// +build cgo
1617
1718package util
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15+ //go:build !cgo
1516// +build !cgo
1617
1718package util
You can’t perform that action at this time.
0 commit comments