Skip to content

Commit

Permalink
minitrue: Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Mar 30, 2023
1 parent 80bfe41 commit 22feb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/minitrue/minitrue.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package minitrue - Whatever the Package holds to be the truth, is truth.
package minitrue

func Cond[T any](val bool, a, b T) T {
Expand Down

0 comments on commit 22feb51

Please sign in to comment.