Skip to content

Commit

Permalink
update license and add badges
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Ginter <[email protected]>
  • Loading branch information
sGy1980de committed Dec 20, 2024
1 parent 22e9356 commit 70630fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Tobias Wimmer
Copyright (c) 2024 esome advertising technologies GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Google Sheets Parser

[![license](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE.md)
[![badge](https://github.com/esome/google-sheets-parser/workflows/CodeQL/badge.svg)](https://github.com/esome/google-sheets-parser/actions/workflows/github-code-scanning/codeql)
[![badge](https://github.com/esome/google-sheets-parser/workflows/Go/badge.svg)](https://github.com/esome/google-sheets-parser/actions/workflows/go.yml)
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/sGy1980de/b272dbf4526c9be75f7da96352873a71/raw/gsheets-parser-coverage.json)

Google Sheets Parser is a library for dynamically parsing Google Sheets into Golang structs.

## Installation
Expand Down

0 comments on commit 70630fc

Please sign in to comment.