From 9d09f1e32e9fd37774ee2428367f2a8f5aa13f96 Mon Sep 17 00:00:00 2001 From: olxandr <31043927+olxandr@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:20:09 +0300 Subject: [PATCH 1/2] doc: gofr/file package documentation overview --- pkg/gofr/file/file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/gofr/file/file.go b/pkg/gofr/file/file.go index 87c5c635c..6a44f60ca 100644 --- a/pkg/gofr/file/file.go +++ b/pkg/gofr/file/file.go @@ -1,3 +1,4 @@ +// Package file provides a simple representation of a file and its metadata package file type file struct { From 60dbe3b61632836914907912610be5dafa7228e7 Mon Sep 17 00:00:00 2001 From: olxandr <31043927+olxandr@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:26:25 +0300 Subject: [PATCH 2/2] doc: add a dot in the end of a package overview comment for consistency --- pkg/gofr/file/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gofr/file/file.go b/pkg/gofr/file/file.go index 6a44f60ca..952a92e2d 100644 --- a/pkg/gofr/file/file.go +++ b/pkg/gofr/file/file.go @@ -1,4 +1,4 @@ -// Package file provides a simple representation of a file and its metadata +// Package file provides a simple representation of a file and its metadata. package file type file struct {