Skip to content

Commit

Permalink
import templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Sep 5, 2017
1 parent b616ed1 commit e4e999a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/torrent/download.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package torrentController

import (
"errors"
"fmt"
"io"
"net/http"
"os"
"strconv"

"github.com/NyaaPantsu/nyaa/config"
"github.com/NyaaPantsu/nyaa/templates"
"github.com/NyaaPantsu/nyaa/models/torrents"
"github.com/gin-gonic/gin"
)
Expand Down

0 comments on commit e4e999a

Please sign in to comment.