From 6309469e933a31a300fbf16d8e77f48dcee402d3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 12 Apr 2025 13:56:41 +0900 Subject: app/instance: wrap internal implementation This reduces the scope of the fst package, which was growing questionably large. Signed-off-by: Ophestra --- fst/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'fst/config.go') diff --git a/fst/config.go b/fst/config.go index f227b029..5c259790 100644 --- a/fst/config.go +++ b/fst/config.go @@ -1,3 +1,4 @@ +// Package fst exports shared fortify types. package fst import ( -- cgit v1.3.1