alextest5 revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
text.txt
@@ -1,3 +1,3 @@ | |||
1 | 1 | package main | |
2 | 2 | ||
3 | - | import "opagate/internal/acme" | |
3 | + | import "opagate/internal/acme1" |
alextest5 revised this gist . Go to revision
1 file changed, 8 deletions
text.txt
@@ -1,11 +1,3 @@ | |||
1 | 1 | package main | |
2 | 2 | ||
3 | 3 | import "opagate/internal/acme" | |
4 | - | ||
5 | - | func main() { | |
6 | - | a := acme.NewProvider() | |
7 | - | a.Obtain() | |
8 | - | } | |
9 | - | ||
10 | - | vfd | |
11 | - | vfd |
alextest5 revised this gist . Go to revision
1 file changed, 3 insertions
text.txt
@@ -6,3 +6,6 @@ func main() { | |||
6 | 6 | a := acme.NewProvider() | |
7 | 7 | a.Obtain() | |
8 | 8 | } | |
9 | + | ||
10 | + | vfd | |
11 | + | vfd |
alextest5 revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
text.go renamed to text.txt
File renamed without changes
alextest5 revised this gist . Go to revision
1 file changed, 8 insertions
text.go(file created)
@@ -0,0 +1,8 @@ | |||
1 | + | package main | |
2 | + | ||
3 | + | import "opagate/internal/acme" | |
4 | + | ||
5 | + | func main() { | |
6 | + | a := acme.NewProvider() | |
7 | + | a.Obtain() | |
8 | + | } |