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
|
package books
|
||||||
|
|
||||||
type Book struct {
|
type Book struct {
|
||||||
|
@ -1,2 +1 @@
|
|||||||
// internal/games/controller.go
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/games/model.go
|
|
||||||
package games
|
package games
|
||||||
|
|
||||||
type Game struct {
|
type Game struct {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/movies/api_trakt.go
|
|
||||||
package movies
|
package movies
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/movies/api_trakt.go
|
|
||||||
package movies
|
package movies
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/movies/controller.go
|
|
||||||
package movies
|
package movies
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/movies/model.go
|
|
||||||
package movies
|
package movies
|
||||||
|
|
||||||
type Movie struct {
|
type Movie struct {
|
||||||
|
@ -1,2 +1 @@
|
|||||||
// internal/music/controller.go
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/music/model.go
|
|
||||||
package music
|
package music
|
||||||
|
|
||||||
type Album struct {
|
type Album struct {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/series/api_trakt.go
|
|
||||||
package series
|
package series
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/series/api_trakt.go
|
|
||||||
package series
|
package series
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/series/controller.go
|
|
||||||
package series
|
package series
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// internal/series/model.go
|
|
||||||
package series
|
package series
|
||||||
|
|
||||||
type Serie struct {
|
type Serie struct {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// utils/config.go
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
// utils/utils.go
|
|
||||||
package utils
|
package utils
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user