Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Jul 4, 2023
1 parent 6b41e67 commit dc053b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 8 additions & 0 deletions alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ type (
// MapTags is an alternative to struct tags, and can be used to override them.
type MapTags = instruct.MapTags

// option_field.go

// StructOption can be used as a struct field to give options to the struct itself.
type StructOption = instruct.StructOption

// StructOptionMapTag corresponds to StructOption in a MapTags.
const StructOptionMapTag = instruct.StructOptionMapTag

// resolver.go

// Resolver converts strings to the type of the struct field.
Expand Down
9 changes: 0 additions & 9 deletions option_field.go

This file was deleted.

0 comments on commit dc053b5

Please sign in to comment.