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