🦬 Buffalo 博客

基于 Go Buffalo 框架构建

📝 博客文章

+ 写新文章

Welcome to Buffalo Blog

This is the first post on our Buffalo-powered blog. Buffalo is a Go web framework that makes building web applications in Go easy and fun!

Getting Started with Go

Go is a statically typed, compiled programming language designed at Google. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.

Building RESTful APIs

RESTful APIs are a great way to build scalable web services. In this post, we will explore how to build RESTful APIs using Buffalo framework.