mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 15:33:09 +00:00
Code cleanup
This commit is contained in:
parent
19cb6c7819
commit
689cda1740
4 changed files with 10 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
|||
package target
|
||||
|
||||
import (
|
||||
"io"
|
||||
"bytes"
|
||||
"io"
|
||||
)
|
||||
|
||||
type InMemoryTarget struct {
|
||||
|
@ -22,4 +22,3 @@ func (t *InMemoryTarget) Publish(label string, reader io.Reader) (err error) {
|
|||
func (t *InMemoryTarget) Translate(label string) (dest string, err error) {
|
||||
return label, nil
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
package transform
|
||||
|
||||
import (
|
||||
"io"
|
||||
"bytes"
|
||||
"io"
|
||||
)
|
||||
|
||||
type chain struct {
|
||||
|
|
Loading…
Reference in a new issue