mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
feat: remove builder interface
This commit is contained in:
parent
1ec797e36f
commit
3fd84dbdda
@ -4,5 +4,5 @@ type Builder interface {
|
|||||||
Build() error
|
Build() error
|
||||||
}
|
}
|
||||||
|
|
||||||
func New() Builder {
|
func New() {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user