Skip to content

Commit

Permalink
fix: run fieldalignment tool and fix structs to reduce mem usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ispiroglu committed Aug 31, 2024
1 parent 5f9fdad commit 1857745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions option.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import (
)

type configOptions struct {
disabled bool
path string
referencePaths map[string]string
path string
disabled bool
}

type options struct {
timeout time.Duration
configOptions configOptions
timeout time.Duration
}

func getOptions(opt ...Option) *options {
Expand Down

0 comments on commit 1857745

Please sign in to comment.