mv examples/{components,args}
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package components
|
||||
package args
|
||||
|
||||
type Struct struct {
|
||||
Byte byte
|
||||
@@ -1,4 +1,4 @@
|
||||
// Code generated by command: go run asm.go -out components.s -stubs stub.go. DO NOT EDIT.
|
||||
// Code generated by command: go run asm.go -out args.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
#include "textflag.h"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
package components
|
||||
package args
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"testing/quick"
|
||||
)
|
||||
|
||||
//go:generate go run asm.go -out components.s -stubs stub.go
|
||||
//go:generate go run asm.go -out args.s -stubs stub.go
|
||||
|
||||
func TestFunctionsEqual(t *testing.T) {
|
||||
cases := []struct {
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
Package("github.com/mmcloughlin/avo/examples/components")
|
||||
Package("github.com/mmcloughlin/avo/examples/args")
|
||||
|
||||
TEXT("StringLen", "func(s string) int")
|
||||
strlen := Load(Param("s").Len(), GP64v())
|
||||
@@ -1,6 +1,6 @@
|
||||
// Code generated by command: go run asm.go -out components.s -stubs stub.go. DO NOT EDIT.
|
||||
// Code generated by command: go run asm.go -out args.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package components
|
||||
package args
|
||||
|
||||
func StringLen(s string) int
|
||||
|
||||
Reference in New Issue
Block a user