Skip to content

Commit

Permalink
Remove unused namedFile struct
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Sep 28, 2024
1 parent b9aa09e commit 1ca826e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/config/rtfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ type realFile string
// some asset file
type assetFile string

// some file on filesystem but with a different name
type namedFile struct {
realFile
name string
}

// a file with the data stored in memory
type memoryFile struct {
name string
Expand Down

0 comments on commit 1ca826e

Please sign in to comment.