Files
streamctl/pkg/astiavlogger/ptr.go
Dmitrii Okunev bf63198765
Some checks are pending
rolling-release / build (push) Waiting to run
rolling-release / rolling-release (push) Blocked by required conditions
First successful hello-worldy srt-stream with ffstream
2025-01-05 04:48:12 +00:00

6 lines
63 B
Go

package astiavlogger
func ptr[T any](in T) *T {
return &in
}