fix: add missing os import in summarize.go
This commit is contained in:
parent
158a14706b
commit
dff9c6fb86
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import (
|
|||
"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"o5r.ca/autocrossbow/contributions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue