Go Programmer’s Checklist
Use this checklist when developing programs that use the TIBCO FTL Go API.
When using the group facility, see also Programmer’s Checklist Addenda for Groups.
Environment
Use the setup script in the samples directory to set environment variables.
Ensure that the Go compiler is in the PATH environment variable.
Code
Include the package tibco.com/ftl.
If your program uses the groups API feature, include the package tibco.com/ftl/group.
Compile and Link
Compile programs with a Go compiler, version 1.9.2 or later.
Run
On Windows platforms, the PATH variable must include the bin directory to use the TIBCO FTL DLL files.
On UNIX platforms, the LD_LIBRARY_PATH variable must include the lib directory to use the TIBCO FTL library files.
Ensure that the TIBCO FTL realm server is running, and that each client process can connect to it.