fix: remove unused go import.

This commit is contained in:
Alexandre Pujol 2023-08-17 23:36:46 +01:00
parent 9650df00e3
commit a3f21425e5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 32 additions and 5 deletions

View file

@ -4,10 +4,6 @@
package aa
import (
"golang.org/x/exp/slices"
)
// Preamble section of a profile
type Preamble struct {
Abi []Abi