We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might be out of date sample code:
import ( "fmt" "github.com/llonchj/godoo/api" ) func main() { config := &api.Config{ DbName: "test", Admin: "admin", Password: "password", URI: "http://localhost:8069", }
because the Config type is not defined anywhere in the api package.
Config
api
The text was updated successfully, but these errors were encountered:
Looks like it should be using
//NewClient creates a new ODOO Client func NewClient(URL string, Transport http.RoundTripper) (*Client, error) { ...
Sorry, something went wrong.
No branches or pull requests
This might be out of date sample code:
because the
Config
type is not defined anywhere in theapi
package.The text was updated successfully, but these errors were encountered: