A website inspired by Last.fm that will keep track of your listening statistics
lastfm music statistics
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add statement to verify the inertia store is implemented

oscar345 67ce8c67 33b8e5eb

+1 -1
+1 -1
internal/web/sessionstore/inertia.go
··· 10 10 "github.com/oscar345/keeptrack/pkg/inertia" 11 11 ) 12 12 13 - // Setting up inertia 13 + var _ inertia.SessionStore = (*Inertia)(nil) 14 14 15 15 type Inertia struct { 16 16 store sessions.Store