Skip to content

Commit

Permalink
remove special char from filename; restore position of import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander authored and kevinburke committed Oct 22, 2023
1 parent 25d7b82 commit 7aafc0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion example_test.go
Expand Up @@ -2,10 +2,10 @@ package ssh_config_test

import (
"fmt"
"github.com/kevinburke/ssh_config"
"path/filepath"
"strings"
)
import "github.com/kevinburke/ssh_config"

func ExampleHost_Matches() {
pat, _ := ssh_config.NewPattern("test.*.example.com")
Expand Down

0 comments on commit 7aafc0c

Please sign in to comment.