From 5ba22a02f40d8d21755859d4122680f0881d1d16 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Tue, 15 Sep 2020 16:33:34 +0300 Subject: [PATCH] docs: mention `util` and `convert` packages in compiler --- docs/compiler.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/compiler.md b/docs/compiler.md index 79069be64..ebee25c9d 100644 --- a/docs/compiler.md +++ b/docs/compiler.md @@ -32,6 +32,9 @@ pkg.go.dev](https://pkg.go.dev/github.com/nspcc-dev/neo-go/pkg/interop) for full API documentation. In general it provides the same level of functionality as Neo .net Framework library. +Compiler provides some helpful builtins in `util` and `convert` packages. +Refer to them for detailed documentation. + ## Quick start ### Compiling