Skip to content

Commit 841a6b1

Browse files
authored
Delete archive_test.go
Signed-off-by: naŭ glenda <[email protected]>
1 parent 0889ee7 commit 841a6b1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/archive_test.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
package archive_test
21

3-
import (
4-
"fmt"
5-
"log"
6-
"net/http"
7-
8-
"github.com/seekr-osint/wayback-machine-golang/wayback"
9-
)
10-
11-
func main() {
12-
client := http.Client{}
13-
url, err := wayback.Archive("github.com/max", &client) // the clint argument can also be nil
14-
if err != nil {
15-
log.Panic(err)
16-
}
17-
fmt.Printf("Archived URL: %s\n", url)
18-
}

0 commit comments

Comments
 (0)