Remove incorrect 'internal/' prefix from model package file header comments

This commit is contained in:
2026-03-17 09:46:39 -05:00
parent 9ddcf5e0df
commit e42f2bc9de
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// FILE: internal/model/alert.go // FILE: model/alert.go
package model package model
import "time" import "time"

View File

@@ -1,4 +1,4 @@
// FILE: internal/model/doc.go // FILE: model/doc.go
// Package model defines weatherfeeder's canonical domain payload types. // Package model defines weatherfeeder's canonical domain payload types.
// //
// These structs are emitted as the Payload of canonical events (schemas "weather.*.vN"). // These structs are emitted as the Payload of canonical events (schemas "weather.*.vN").

View File

@@ -1,4 +1,4 @@
// FILE: internal/model/forecast.go // FILE: model/forecast.go
package model package model
import "time" import "time"

View File

@@ -1,4 +1,4 @@
// FILE: internal/model/observation.go // FILE: model/observation.go
package model package model
import "time" import "time"