Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldirborbajr/bpembed
B+ Embed it is a library to read a file and return the content
https://github.com/waldirborbajr/bpembed
go golang-library
Last synced: 27 days ago
JSON representation
B+ Embed it is a library to read a file and return the content
- Host: GitHub
- URL: https://github.com/waldirborbajr/bpembed
- Owner: waldirborbajr
- License: apache-2.0
- Created: 2022-09-28T17:03:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T00:29:27.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:30:35.478Z (4 months ago)
- Topics: go, golang-library
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - bpembed
README
# bpembed
BPEmbed it is a library to read a file and return the content
## Download
```go get -u github.com/waldirborbajr/bpembed```
## Using
`
import "github.com/waldirborbajr/bpembed"
``
fmt.Println(bpembed.BPEmbed("file.txt"))
`### Semantic Versioning 2.0.0
Given a version number MAJOR.MINOR.PATCH, increment the:
`MAJOR` version when you make incompatible API changes
`MINOR` version when you add functionality in a backwards compatible manner
`PATCH` version when you make backwards compatible bug fixes
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.