utils

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StringSliceContainAll

func StringSliceContainAll(container []string, slice []string) bool

StringSliceContainAll return true iff the container contain all elements of the target. If the target slice is empty, it will return true.

func StringSliceContainAny

func StringSliceContainAny(container []string, slice []string) bool

StringSliceContainAny return true iff the container contain one of the element at target slice. If the slice is empty, it will return false.

func StringSliceExcept

func StringSliceExcept(slice []string, except []string) []string

StringSliceExcept return a new slice that without the element appears in the second slice.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL