Articles

Web programming languages and standards.

Go: parsing an HTML document

In Go, the programming language created by Google, there are several libraries that allow you to parse an HTML document easily and efficiently.

Go: parsing a CSV file

When working with CSV data in Go, parsing the file is a common operation to extract the structured information so that it can be manipulated or processed further.

Go: parsing XML

Go, the open source programming language developed by Google, offers a wide range of libraries for parsing XML files efficiently and intuitively.

Back to top