Skip to content

Commit

Permalink
simplify import
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipp committed Feb 11, 2024
1 parent a96ec2e commit c033a02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions selection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

package main

import (
"testing"
)
import "testing"

func TestNthIndexByte(t *testing.T) {
s := []byte("xx.xxx.xxxx.xxxxx.xx.xxxxxxx.x")
Expand Down

0 comments on commit c033a02

Please sign in to comment.