refactor names and minimize dependencies
This commit is contained in:
@@ -24,7 +24,7 @@ type Web struct {
|
||||
quitChan chan bool
|
||||
}
|
||||
|
||||
func NewWeb() *Web {
|
||||
func New() *Web {
|
||||
return &Web{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user