Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rules/sdk: sdk allow unsafe+*/rand in specific packages
There are some package whose core functionality relies on unsafe imports as well randomization code for example: * codegen * crypto/* * simapp * simulation * testutil and other testing code thus allow them to fly with unsafe imports. Fixes #44
- Loading branch information