Merge pull request 'Changing getopt import path on test.' (#1) from master into v1

Reviewed-on: https://gitea.sergiotarxz.freemyip.com/sergiotarxz/GetoptGo/pulls/1
This commit is contained in:
sergiotarxz 2021-02-28 00:30:52 +01:00
commit 139af1a2b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package getopt_test
import (
g "getopt"
g "gitea.sergiotarxz.freemyip.com/sergiotarxz/GetoptGo"
"regexp"
"testing"
"reflect"