Reorganise imports in a template.
This commit is contained in:
parent
e3f7b10200
commit
d1bd7982ce
@ -1,9 +1,10 @@
|
|||||||
package web
|
package web
|
||||||
|
|
||||||
import "dwelling-radio/internal/radio"
|
|
||||||
import "strconv"
|
|
||||||
import "dwelling-radio/pkg/utils"
|
|
||||||
import "net/http"
|
import "net/http"
|
||||||
|
import "strconv"
|
||||||
|
|
||||||
|
import "dwelling-radio/internal/radio"
|
||||||
|
import "dwelling-radio/pkg/utils"
|
||||||
|
|
||||||
templ Index(curSong *radio.Song, sl []radio.Song, slLen int64, lstnrs *radio.ListenerCounter, r *http.Request) {
|
templ Index(curSong *radio.Song, sl []radio.Song, slLen int64, lstnrs *radio.ListenerCounter, r *http.Request) {
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
Loading…
Reference in New Issue
Block a user