Browse Source

Fix missing import

pull/83/head
andrewheberle GitHub 4 years ago
parent
commit
00aca1eddc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cast_test.go

+ 1
- 0
cast_test.go View File

@@ -8,6 +8,7 @@ package cast
import (
"fmt"
"html/template"
"net/url"
"testing"
"time"



Loading…
Cancel
Save