Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.22 KB

go-filereader

go-filereader is a Go module that simplifies the process of extracting text content from different file formats. Currently, it supports .txt and .docx files. This module can be useful for scenarios where you need to read and process textual data from diverse sources.

Getting Started

To use go-filereader in your Go project, follow these steps:

  1. Install the module using the go get command:

    go get github.com/DeexithParand2k2/go-filereader

Supported File Types

  • .txt: Plain text files
  • .docx: Microsoft Word files

Contributions

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Examples

Check the examples directory for usage examples.

Troubleshooting

If you encounter any problems or have questions, please check the FAQ or open an issue.