Get rid of stupid file comments
This commit is contained in:
parent
e182dcd9f8
commit
c7d6e9f72e
@ -1,2 +1 @@
|
||||
// internal/books/controller.go
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/books/model.go
|
||||
package books
|
||||
|
||||
type Book struct {
|
||||
|
@ -1,2 +1 @@
|
||||
// internal/games/controller.go
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/games/model.go
|
||||
package games
|
||||
|
||||
type Game struct {
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/movies/api_trakt.go
|
||||
package movies
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/movies/api_trakt.go
|
||||
package movies
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/movies/controller.go
|
||||
package movies
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/movies/model.go
|
||||
package movies
|
||||
|
||||
type Movie struct {
|
||||
|
@ -1,2 +1 @@
|
||||
// internal/music/controller.go
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/music/model.go
|
||||
package music
|
||||
|
||||
type Album struct {
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/series/api_trakt.go
|
||||
package series
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/series/api_trakt.go
|
||||
package series
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/series/controller.go
|
||||
package series
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// internal/series/model.go
|
||||
package series
|
||||
|
||||
type Serie struct {
|
||||
|
@ -1,4 +1,3 @@
|
||||
// utils/config.go
|
||||
package utils
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,3 @@
|
||||
// utils/utils.go
|
||||
package utils
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user