Cleanup, fixes, cloud fs support

This commit is contained in:
Tyler
2020-06-14 04:29:16 -04:00
parent 8bcb538e10
commit b651ccd250
11 changed files with 228 additions and 190 deletions

View File

@ -1,9 +1,9 @@
package release
import (
"time"
"io"
"bufio"
"io"
"time"
)
type Release struct {

View File

@ -1,8 +1,8 @@
package release
import (
"testing"
"bytes"
"testing"
"time"
)

View File

@ -1,9 +1,9 @@
package release
import (
"strings"
"fmt"
"bufio"
"fmt"
"strings"
)
type writer struct {