mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-24 15:52:38 +02:00
fix grammar
This commit is contained in:
parent
139acd864b
commit
ea85d820eb
@ -44,7 +44,7 @@ func (n *tree) Root() *node {
|
|||||||
return n.Nodes["."]
|
return n.Nodes["."]
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add add the filename to the tree
|
// Add the filename to the tree
|
||||||
func (n *tree) Add(filename string) {
|
func (n *tree) Add(filename string) {
|
||||||
cn := n.Root()
|
cn := n.Root()
|
||||||
cp := ""
|
cp := ""
|
||||||
|
@ -26,7 +26,7 @@ func New(path string) (*EPUBZip, error) {
|
|||||||
return &EPUBZip{w, wz}, nil
|
return &EPUBZip{w, wz}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close close compress pipe and file.
|
// Close compress pipe and file.
|
||||||
func (e *EPUBZip) Close() error {
|
func (e *EPUBZip) Close() error {
|
||||||
if err := e.wz.Close(); err != nil {
|
if err := e.wz.Close(); err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user