Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Addvalue types #44

Closed
arukiidou opened this issue Oct 4, 2023 · 0 comments · Fixed by #45
Closed

Simple Addvalue types #44

arukiidou opened this issue Oct 4, 2023 · 0 comments · Fixed by #45
Milestone

Comments

@arukiidou
Copy link

arukiidou commented Oct 4, 2023

Use Case

Expected behavior

I can easily add strings, integers, and floats. example

func (m *Point) AddStringField(k string, v string) *Point {
	m.AddField(k, v)
	return m
}

Actual behavior

It is not here.

Additional info

@bednar bednar mentioned this issue Oct 11, 2023
6 tasks
@bednar bednar closed this as completed in #45 Nov 3, 2023
@bednar bednar added this to the 0.4.0 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants