Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Fix type being tuple #8

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Fix type being tuple #8

merged 1 commit into from
Oct 3, 2019

Conversation

stevemk14ebr
Copy link
Contributor

The type list values should also be included. It's an enum from reflect with the values starting at 0, i labeled struct explicitly for example

const (
	Invalid Kind = 0
	Bool
	Int
	Int8
	Int16
	Int32
	Int64
	Uint
	Uint8
	Uint16
	Uint32
	Uint64
	Uintptr
	Float32
	Float64
	Complex64
	Complex128
	Array
	Chan
	Func
	Interface
	Map
	Ptr
	Slice
	String
	Struct = 25
	UnsafePointer
)

@TcM1911 TcM1911 self-assigned this Oct 3, 2019
@TcM1911
Copy link
Member

TcM1911 commented Oct 3, 2019

I've added an issue for adding an enum (#10). It's been my plan but I have not got to it yet.

@TcM1911 TcM1911 added the bug Something isn't working label Oct 3, 2019
@TcM1911
Copy link
Member

TcM1911 commented Oct 3, 2019

Thank you for fixing the mistake and for contributing.

@TcM1911 TcM1911 merged commit f124e16 into goretk:master Oct 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants