aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--fst/app.go1
-rw-r--r--fst/shared.go2
2 files changed, 1 insertions, 2 deletions
diff --git a/fst/app.go b/fst/app.go
index 3addb46b..87a836ca 100644
--- a/fst/app.go
+++ b/fst/app.go
@@ -1,3 +1,4 @@
+// Package fst exports shared fortify types.
package fst
import (
diff --git a/fst/shared.go b/fst/shared.go
deleted file mode 100644
index ae59b236..00000000
--- a/fst/shared.go
+++ /dev/null
@@ -1,2 +0,0 @@
-// Package fst exports shared fortify types.
-package fst