Cleanup, fixes, cloud fs support
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package release
|
||||
|
||||
import (
|
||||
"time"
|
||||
"io"
|
||||
"bufio"
|
||||
"io"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Release struct {
|
||||
|
@ -1,8 +1,8 @@
|
||||
package release
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"bytes"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
package release
|
||||
|
||||
import (
|
||||
"strings"
|
||||
"fmt"
|
||||
"bufio"
|
||||
"fmt"
|
||||
"strings"
|
||||
)
|
||||
|
||||
type writer struct {
|
||||
|
Reference in New Issue
Block a user