Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Reloaded

Zone 01 project — text transformation engine in Go

📚 Project Context

Peer-to-peer project focused on string manipulation, file I/O, and Go's standard library.

🎯 Learning Objectives

  • Master Go's strings, regexp, and strconv packages
  • Handle edge cases in text processing
  • Write idiomatic Go without external dependencies

🛠️ Implementation

The program reads text, applies transformation rules (capitalization, punctuation spacing, article formatting), and outputs cleaned text.

🔍 Key Challenges Solved

Challenge My Solution
Handling nested transformations Recursive parsing approach
Performance with large files Buffered I/O
Edge cases (apostrophes, quotes) State machine for quote tracking

🧪 Run It

go run . sample.txt result.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages