This is the Linux app named go-toml whose latest release can be downloaded as v2.1.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named go-toml with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
go-toml
DESCRIPTION
Go library for the TOML format. This library supports TOML v1.0.0. Full API, examples, and implementation notes are available in the Go documentation. As much as possible, this library is designed to behave similarly as the standard library's encoding/json. While go-toml favors usability, it is written with performance in mind. Most operations should not be shockingly slow. Decoder can be set to "strict mode", which makes it error when some parts of the TOML document was not present in the target structure. This is a great way to check for typos. When most decoding errors occur, go-toml returns DecodeError), which contains a human readable contextualized version of the error. TOML supports native local date/times. It allows to represent a given date, time, or date-time without relation to a timezone or offset. To support this use-case, go-toml provides LocalDate, LocalTime, and LocalDateTime.
Features
- Go library for the TOML format
- This library supports TOML v1.0.0
- Full API, examples
- Implementation notes are available in the Go documentation
- Stdlib behavior
- Strict mode
- Contextualized errors
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/go-toml.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.