Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dariubs/goAI
/ init
Function
init
google.go:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
)
12
13
func
init() {
14
register(
"google"
, newGoogleProvider)
15
}
16
17
// googleProvider implements Provider for Google Gemini models
18
type
googleProvider
struct
{
Callers
nothing calls this directly
Calls
1
register
Function · 0.85
Tested by
no test coverage detected