{"id":50240,"library":"valyala-fasttemplate","title":"fasttemplate","description":"Package fasttemplate provides a simple and fast template engine for Go.","status":"active","version":"1.2.2","language":"go","source_language":null,"source_url":"https://github.com/valyala/fasttemplate","tags":["template","string","fast","utility"],"install":[{"cmd":"go get github.com/valyala/fasttemplate","lang":"bash","label":"Install github.com/valyala/fasttemplate"}],"dependencies":[],"imports":[{"symbol":"fasttemplate","correct":"github.com/valyala/fasttemplate"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/valyala/fasttemplate\"\n)\n\nfunc main() {\n\tt := fasttemplate.New(\"Hello, {{name}}!\", \"{{\", \"}}\")\n\ts := t.ExecuteString(map[string]interface{}{\"name\": \"World\"})\n\tfmt.Println(s)\n}","lang":"go","description":"Executes a template with a placeholder replaced by a value."},"warnings":[],"env_vars":null,"search_vec":"'engin':10 'fast':8,15 'fasttempl':1,3 'go':12 'packag':2 'provid':4 'simpl':6 'string':14 'templat':9,13 'util':16","created_at":"2026-06-15T04:45:25.411033+00:00","updated_at":"2026-06-15T04:45:25.411033+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/valyala/fasttemplate","github":"https://github.com/valyala/fasttemplate","docs":"https://pkg.go.dev/github.com/valyala/fasttemplate#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}