We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51b660 commit c0110c1Copy full SHA for c0110c1
README.md
@@ -42,7 +42,7 @@ Here's some [examples](https://github.com/asottile/setuptools-golang-examples)
42
43
## Common issues
44
45
-### `undefined reference to \`some_c_function'`
+### ```undefined reference to `some_c_function'```
46
47
`Extension` by default will bring along the go files listed, but won't bring
48
along the related C files. Add the following to `MANIFEST.in`:
0 commit comments