You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
240 B

  1. // Use of this source code is governed by an ISC
  2. // license that can be found in the LICENSE file.
  3. package hash
  4. import "testing"
  5. func TestApiHash(t *testing.T) {
  6. // Note: Requires a basic test ?
  7. // Just empty to easy ci integration.
  8. }