From 0010e15e87b9d612c2ee9b302761c92b96d95304 Mon Sep 17 00:00:00 2001 From: Salaheddine Hamadi Date: Tue, 14 Sep 2021 15:33:50 -0400 Subject: [PATCH 1/2] replace module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 90cf987..4b9ee9e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/google/goexpect +module github.com/hamadise/goexpect go 1.12 From d72d70530127ed85d3b46e1b937743f1a0c2798b Mon Sep 17 00:00:00 2001 From: Salaheddine Hamadi Date: Wed, 6 Oct 2021 18:38:18 -0400 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b0e4db..ba9fa53 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The ChangeCheck option makes it possible to replace the Spawner Check function w ### SendTimeout -The SendTimeout set timeout on the `Send` command, without timeout the `Send` command will wait forewer for the expecter process. +The SendTimeout set timeout on the `Send` command, without timeout the `Send` command will wait forever for the expecter process. ### BufferSize diff --git a/go.mod b/go.mod index 4b9ee9e..90cf987 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/hamadise/goexpect +module github.com/google/goexpect go 1.12