go-libucl icon indicating copy to clipboard operation
go-libucl copied to clipboard

Bindings to libucl from Go (golang).

Results 4 go-libucl issues
Sort by recently updated
recently updated
newest added

Add gco options fro FreeBSD Add int64/uint64 decoding + test for these types

As it stands, there is no explicit licence on the code in the repository. Are we to assume BSD, either 3-clause, like Go's standard library, or 2-clause, like libucl? or...

I'm not sure if this is a bug in this or `libucl` proper, but there seems to be some inconsistency when it comes to serialization and deserialization of maps. ```go...

I installed go-libucl and wrote a small test to start experimenting. When I build the test I get an error about Go not being able to find libucl.so.3. libucl is...