go-wolfram:Wolfram Alpha API的单个文件库

时间:2024-06-03 00:25:28
【文件属性】:

文件名称:go-wolfram:Wolfram Alpha API的单个文件库

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-03 00:25:28

Go

狼人 用Golang编写的Wolfram Alpha API的单个文件库,没有额外的依赖关系 正在安装 go get github.com/Krognol/go-wolfram 例子 package main import "github.com/Krognol/go-wolfram" func main () { //Initialize a new client c := & wolfram. Client { AppID : "your app id here" } //Get a result without additional parameters res , err := c . GetQueryResult ( "1+1" , nil ) if err != nil { panic ( err ) } //Iterate through the pods


【文件预览】:
go-wolfram-master
----tests()
--------wolfram_test.go(1KB)
----LICENSE(1KB)
----go-wolfram.go(11KB)
----.gitignore(266B)
----README.md(2KB)

网友评论