Skip to content

Commit

Permalink
dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Mar 25, 2024
1 parent 8b5f118 commit a89c3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comments/comments.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func isNil(a interface{}) bool {
return a == nil || reflect.ValueOf(a).IsNil()
}

// Test go template rendering here https://gotemplate.io/
func githubFlagComment(flag ldapi.FeatureFlag, aliases []string, added, extinct bool, config *lcr.Config) (string, error) {
commentTemplate := Comment{
FlagKey: flag.Key,
Expand Down

0 comments on commit a89c3fa

Please sign in to comment.