Skip to content

Commit

Permalink
Refactor and cleanup codebase (gopasspw#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored Mar 16, 2018
1 parent 997e830 commit da436e6
Show file tree
Hide file tree
Showing 344 changed files with 1,674 additions and 1,650 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ codequality:
@unconvert -v $(PKGS) || exit 1
@printf '%s\n' '$(OK)'

fmt:
@gofmt -s -l -w $(GOFILES_NOVENDOR)

fuzz-gpg:
mkdir -p workdir/gpg-cli/corpus
go-fuzz-build github.com/justwatchcom/gopass/backend/gpg/cli
Expand Down
33 changes: 0 additions & 33 deletions action/clipboard.go

This file was deleted.

129 changes: 0 additions & 129 deletions action/edit.go

This file was deleted.

121 changes: 0 additions & 121 deletions action/otp.go

This file was deleted.

53 changes: 0 additions & 53 deletions action/unclip.go

This file was deleted.

9 changes: 0 additions & 9 deletions action/unclip_others.go

This file was deleted.

37 changes: 0 additions & 37 deletions action/unclip_test.go

This file was deleted.

Loading

0 comments on commit da436e6

Please sign in to comment.