diff go/godc/README.txt @ 17:739c40f35a6a

- update READMEs
author cslag
date Sat, 26 Mar 2016 22:32:59 +0100
parents 8a45a05ff64e
children 1e3d929e43be
line wrap: on
line diff
--- a/go/godc/README.txt	Sat Mar 26 22:31:42 2016 +0100
+++ b/go/godc/README.txt	Sat Mar 26 22:32:59 2016 +0100
@@ -4,17 +4,19 @@
 
 
 BUILD/INSTALLATION
-------------------
+==================
 
 1) make sure dyncall is built and libraries/headers are in include paths or
-   CGO_CFLAGS points to them, etc.
+
+     CGO_CFLAGS points to them, etc.
 
 2) Build this nut with:
-   go build
+
+     go build
 
 
 API
----
+===
 
 Since go is low level, dyncall's public functions are pretty much exposed
 function by function. Referg to dyncall(3) and godc.go.
@@ -43,7 +45,7 @@
 
 
 SIGNATURE FORMAT
-----------------
+================
 
 Signature string is only used by ArgF function, rest uses type info from Go.
 
@@ -69,8 +71,11 @@
   'Z' | string              | void*              | string
 
 
-ToDo:
+TODO
+====
+
 - structs
 - callbacks
 - callf wrap (argf already there)
+- update cconv modes, so they are up to date