Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: fdfa07b0be83a9d6babbc5f96fc3e066ded11c91
      
https://github.com/btcsuite/btcd/commit/fdfa07b0be83a9d6babbc5f96fc3e066ded11c91
  Author: Dave Collins <da...@conformal.com>
  Date:   2016-10-19 (Wed, 19 Oct 2016)

  Changed paths:
    M btcec/bench_test.go
    M btcec/btcec_test.go
    M btcec/ciphering_test.go
    M btcec/field_test.go
    R btcec/internal_test.go
    M btcec/privkey_test.go
    M btcec/pubkey_test.go
    M btcec/signature_test.go
    M goclean.sh

  Log Message:
  -----------
  btcec: Consolidate tests into the btcec package.

Putting the test code in the same package makes it easier for forks
since they don't have to change the import paths as much and it also
gets rid of the need for internal_test.go to bridge.

Also, remove the exception from the lint checks about returning the
unexported type since it is no longer required.


Reply via email to