Skip to content

Instantly share code, notes, and snippets.

View skowalak's full-sized avatar
🥵
<-- i just love this emoji

Sebastian Kowalak skowalak

🥵
<-- i just love this emoji
View GitHub Profile
@skowalak
skowalak / fx_optional.go
Created August 18, 2023 12:32
Using Uber's FX framework with optional dependencies in Go.
package main
import (
"fmt"
"go.uber.org/fx"
)
type IConfigSmall interface {
GetUri() string