Changing getopt import path on test.

This commit is contained in:
sergiotarxz 2021-02-28 00:10:42 +01:00
parent 191780d154
commit bd8e7de872
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
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"