Graceful shut down system implemented

This commit is contained in:
Musab Gültekin
2019-07-06 18:32:13 +03:00
parent 42faa92ece
commit 0d6c2a6864
2 changed files with 27 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ func TestSimple(t *testing.T) {
}).Start()
}
func TestSimpleCache(t *testing.T) {
func TestCache(t *testing.T) {
defer leaktest.Check(t)()
geziyor.NewGeziyor(&geziyor.Options{
StartURLs: []string{"http://api.ipify.org"},