mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-07 17:58:55 +08:00
4 lines
56 B
Go
4 lines
56 B
Go
|
|
package kg
|
||
|
|
|
||
|
|
func strPtr(s string) *string { return &s }
|