Skip to content

Commit

Permalink
Merge pull request #3 from tylerwilliams/patch-1
Browse files Browse the repository at this point in the history
Update tan.go to export MultiplexedLogFactory
  • Loading branch information
tylerwilliams authored Feb 12, 2024
2 parents 1d6e2d7 + 57533a4 commit 0782f47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin/tan/tan.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ import (
)

// Factory is the factory variable used to create tan instances.
var Factory = tan.Factory
var (
Factory = tan.Factory
MultiplexedLogFactory = tan.MultiplexedLogFactory
)

0 comments on commit 0782f47

Please sign in to comment.