GitXplorerGitXplorer
j

bigcheck

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
872bf42e189c1abe91e7db0ec7db7bc4bdedac38

assignments to blank identifiers don't copy

jjba committed 6 years ago
Unverified
818d42b931dda9f17315d6c5b672d5a163725010

go.mod stuff

jjba committed 6 years ago
Unverified
8935acc78287e44ae019f8d46363b22477cb559a

fixed tests

jjba committed 6 years ago
Unverified
9cfdbe9682980d1c82c6070795c8c9f6c642166e

print size

jjba committed 6 years ago
Unverified
835017f7498d9fff24f4f932cd6d86cf9b6fad71

first version

jjba committed 6 years ago
Verified
4721583962053b45520cf8c5e26f0aed9ead6c91

Initial commit

jjba committed 6 years ago

README

The README file for this repository.

bigcheck

This is Go analyzer that flags copying of large values.

Run it on some code and pass a -size flag:

bigcheck -size 200 program.go

It will report any statement where it can detect that a value of 200 bytes or larger is being copied.