We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d5f3a commit 3f4bf7dCopy full SHA for 3f4bf7d
3 files changed
.travis.yml
@@ -1,8 +1,8 @@
1
language: go
2
3
go:
4
- - 1.11.x
5
- - "1.10"
+ - 1.18
+ - stable
6
7
script:
8
- go test -v ./...
README.md
@@ -1,3 +1,7 @@
+[](https://pkg.go.dev/github.com/Ompluscator/dynamic-struct)
+
+[](https://goreportcard.com/report/github.com/ompluscator/dynamic-struct)
+
# Golang dynamic struct
Package dynamic struct provides possibility to dynamically, in runtime,
go.mod
@@ -0,0 +1 @@
+module github.com/ompluscator/dynamic-struct
0 commit comments