Actually make fucking interfaces
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package options handles configuration management for the EVE PI application.
|
||||
package options
|
||||
|
||||
import (
|
||||
@@ -129,7 +130,7 @@ func GenerateEnvExample() error {
|
||||
return err
|
||||
}
|
||||
|
||||
func generateExampleValue(fieldName, envKey, defaultValue string) string {
|
||||
func generateExampleValue(_, envKey, defaultValue string) string {
|
||||
// If there's a default value, use it
|
||||
if defaultValue != "" {
|
||||
return defaultValue
|
||||
|
||||
Reference in New Issue
Block a user