Identified by ineffasign:
.../amos.go:423:2: ineffectual assignment to ZTAR
.../amos.go:423:8: ineffectual assignment to ZTAI
.../amos.go:423:14: ineffectual assignment to FNU
.../amos.go:423:19: ineffectual assignment to KODE
.../amos.go:423:25: ineffectual assignment to MR
.../amos.go:423:46: ineffectual assignment to RL
.../amos.go:423:50: ineffectual assignment to TOL
.../amos.go:423:55: ineffectual assignment to ELIM
.../amos.go:423:61: ineffectual assignment to ALIM
.../amos.go:446:2: ineffectual assignment to ZTAR
.../amos.go:446:8: ineffectual assignment to ZTAI
.../amos.go:446:14: ineffectual assignment to FNU
.../amos.go:446:19: ineffectual assignment to KODE
.../amos.go:446:42: ineffectual assignment to TOL
.../amos.go:446:47: ineffectual assignment to ELIM
.../amos.go:446:53: ineffectual assignment to ALIM
.../amos.go:1186:2: ineffectual assignment to ZDR
.../amos.go:1186:7: ineffectual assignment to ZDI
.../amos.go:1186:42: ineffectual assignment to ASCLE
.../amos.go:1216:2: ineffectual assignment to KODED
.../amos.go:1460:23: ineffectual assignment to NN
.../amos.go:1467:23: ineffectual assignment to NN
.../amos.go:1514:14: ineffectual assignment to IUF
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.
Remove vanity imports from all files except doc.go.
Fixes#12.
The source code of fixdocs is located at:
https://play.golang.org/p/7RtYLzldsO
Add copyright header to doc.go
Keep original comment style (e.g. line comments and block comments).
Fix doc comments containing multiple line comments.