Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/elastic/go-lookslike
This library is here to help you with all your data validation needs. It's ideally suited to writing tests against JSON-like structures, but can do much much more. We use it in elastic/beats for our own tests.
If using go modules edit go.mod
, adding the following to your require list, replacing VERSION, with the latest version from our releases page.
require (
github.com/elastic/go-lookslike VERSION
)
If using govendor run:
govendor fetch github.com/elastic/go-lookslike
lookslike was created to improve the testing of various structures in elastic/beats. Searching the tests for lookslike.MustCompile
will show real world usage.
isdef
s!We currently define only the isdefs we've actually used in the field. If you'd like to add your own, please open a PR (with tests!).
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.