apple / pkl-go

Pkl bindings for the Go programming language
https://pkl-lang.org/go/current/index.html
Apache License 2.0
249 stars 21 forks source link

Add a `nil` check on `settings.CacheDir` #62

Closed KushalP closed 1 month ago

KushalP commented 1 month ago

Otherwise we'll see the following error when it's not set:

invalid memory address or nil pointer dereference

Follow up to #59.