Skip to content

gopher can complain but he must not interfere

License

Notifications You must be signed in to change notification settings

valeratrades/go-warn-unused

 
 

Repository files navigation

Compile from source (Linux)

Clone:

git clone --depth=1 https://github.com/valeratrades/go-warn-unused /tmp/go-warn-unused \
&& cd /tmp/go-warn-unused/src

Build:

./all.bash \
&& sudo cp -f ../bin/go /usr/local/bin/go

Saves the compiled binary as /usr/local/bin/go

Usage

/usr/local/bin/go run -gcflags="-nounusederrors" ${target_file}

Implementation Status

  • compile and run
  • update AST token parsing

About

gopher can complain but he must not interfere

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.7%
  • Assembly 6.0%
  • HTML 4.9%
  • C 0.2%
  • Shell 0.1%
  • Perl 0.1%