feragstring is a Go package for creating a FERAG string file ("TSL file") programmatically.
Find a file
2020-05-27 21:23:36 +02:00
.idea Initial commit 2020-05-27 21:23:36 +02:00
ferag.go Initial commit 2020-05-27 21:23:36 +02:00
ferag_message.go Initial commit 2020-05-27 21:23:36 +02:00
ferag_test.go Initial commit 2020-05-27 21:23:36 +02:00
go.mod Initial commit 2020-05-27 21:23:36 +02:00
product_reference.go Initial commit 2020-05-27 21:23:36 +02:00
README.md Initial commit 2020-05-27 21:23:36 +02:00
route_list.go Initial commit 2020-05-27 21:23:36 +02:00
title_end.go Initial commit 2020-05-27 21:23:36 +02:00
title_info.go Initial commit 2020-05-27 21:23:36 +02:00
title_info_test.go Initial commit 2020-05-27 21:23:36 +02:00

feragstring

feragstring is a Go package for creating a Ferag string file from a JSON data structure. If you don't know what Ferag (the company) or a Ferag string is you probably don't need this package.

Installation

go get -u github.com/jakoubek/feragstring