gorfc | SAP NW RFC Connector for GO
kandi X-RAY | gorfc Summary
kandi X-RAY | gorfc Summary
gorfc is a Go library. gorfc has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This public repository is read-only and no longer maintained. :heavy_exclamation_mark: Don't upgrade SAP NWRFC SDK on Darwin, see #143. SAP NetWeawer RFC SDK client bindings for GO.
This public repository is read-only and no longer maintained. :heavy_exclamation_mark: Don't upgrade SAP NWRFC SDK on Darwin, see #143. SAP NetWeawer RFC SDK client bindings for GO.
Support
Quality
Security
License
Reuse
Support
gorfc has a low active ecosystem.
It has 65 star(s) with 31 fork(s). There are 19 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 17 have been closed. On average issues are closed in 527 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of gorfc is v0.1.0
Quality
gorfc has no bugs reported.
Security
gorfc has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
gorfc is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
gorfc releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gorfc
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gorfc
gorfc Key Features
No Key Features are available at this moment for gorfc.
gorfc Examples and Code Snippets
Copy
package main
import (
"fmt"
"github.com/sap/gorfc/gorfc"
"github.com/stretchr/testify/assert"
"reflect"
"testing"
"time"
)
func abapSystem() gorfc.ConnectionParameter {
return gorfc.ConnectionParameter{
Dest:
Copy
export CGO_CFLAGS="-I $SAPNWRFC_HOME/include"
export CGO_LDFLAGS="-L $SAPNWRFC_HOME/lib"
export CGO_CFLAGS_ALLOW=.*
export CGO_LDFLAGS_ALLOW=.*
go get github.com/stretchr/testify
go get github.com/sap/gorfc
cd $GOPATH/src/github.com/sap/gorfc/gorfc
g
Copy
cd c:\
mkdir workspace
GOPATH = C:\workspace
GOBIN = %GOPATH%\bin
PATH = %GOROOT%\bin;%GOBIN%:%PATH%
Community Discussions
No Community Discussions are available at this moment for gorfc.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gorfc
To start using SAP NW RFC Connector for Go, you shall:.
Install and Configure Go
Install the SAP NW RFC Library for your platform
Install the GORFC package
If you are new to Go, the Go distribution shall be installed first, following GO Installation and GO Configuration instructions. See also GO Environment Variables. After running the MSI installer, the default C:\Go folder is created and the GOROOT system variable is set to C:\Go.
To obtain and install SAP NW RFC Library from SAP Service Marketplace, you can follow the same instructions as for Python or nodejs RFC connectors.
To install gorfc and dependencies, run following commands:.
See the hello_gorfc.go example and gorfc_test.go unit tests. The GO RFC Connector follows the same principles and the implementation model of Python and nodejs RFC connectors and you may check examples and documentation there as well.
Install and Configure Go
Install the SAP NW RFC Library for your platform
Install the GORFC package
If you are new to Go, the Go distribution shall be installed first, following GO Installation and GO Configuration instructions. See also GO Environment Variables. After running the MSI installer, the default C:\Go folder is created and the GOROOT system variable is set to C:\Go.
To obtain and install SAP NW RFC Library from SAP Service Marketplace, you can follow the same instructions as for Python or nodejs RFC connectors.
To install gorfc and dependencies, run following commands:.
See the hello_gorfc.go example and gorfc_test.go unit tests. The GO RFC Connector follows the same principles and the implementation model of Python and nodejs RFC connectors and you may check examples and documentation there as well.
Support
Windows is not supported until the #21 fixed.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page