Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.