Skip to content

Commit 3f4bf7d

Browse files
committed
update project
1 parent d2d5f3a commit 3f4bf7d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22

33
go:
4-
- 1.11.x
5-
- "1.10"
4+
- 1.18
5+
- stable
66

77
script:
88
- go test -v ./...

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[![Go Reference](https://pkg.go.dev/badge/github.com/Ompluscator/dynamic-struct.svg)](https://pkg.go.dev/github.com/Ompluscator/dynamic-struct)
2+
![Coverage](https://img.shields.io/badge/Coverage-92.6%25-brightgreen)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/ompluscator/dynamic-struct)](https://goreportcard.com/report/github.com/ompluscator/dynamic-struct)
4+
15
# Golang dynamic struct
26

37
Package dynamic struct provides possibility to dynamically, in runtime,

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/ompluscator/dynamic-struct

0 commit comments

Comments
 (0)