mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
docs: change links in README and remove old ReadTheDocs pages to point to TinyGo.org site
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
committed by
Ayke van Laethem
parent
8d1284cfe7
commit
b4dd2dbf60
+2
-3
@@ -5,9 +5,8 @@ import (
|
||||
"golang.org/x/tools/go/ssa"
|
||||
)
|
||||
|
||||
// For a description of the calling convention in prose, see docs/internals.rst
|
||||
// or the online version of this document:
|
||||
// https://tinygo.readthedocs.io/en/latest/internals.html#calling-convention
|
||||
// For a description of the calling convention in prose, see:
|
||||
// https://tinygo.org/compiler-internals/calling-convention/
|
||||
|
||||
// The maximum number of arguments that can be expanded from a single struct. If
|
||||
// a struct contains more fields, it is passed as a struct without expanding.
|
||||
|
||||
Reference in New Issue
Block a user