Know-how
  • Level UP ^
  • Xây dựng 1 ứng dụng Angular___BestPractice1
  • .Net framework
  • Build app with abp modulezero
  • Quản lý token trong aspnet web api
  • Xử lý ảnh với imageprocessor
  • Sms Provider For Two-factor authentication
  • Xử lý callback function khi server đéo bật CORS
  • Angular6.1 công bố chính thức tháng 7 năm 2018
  • Vài note trong entity framework core project
  • Những thứ đã upgrade trong netcore 2.1
  • Solution SQL Database Image Storage & Easy Thumbnails
  • Solution SQL Database Comments and Likes in database
  • Method guide (SQL DESIGN)
  • Paging Model Dto
  • Làm việc với Data table Grid
  • Jquery Extensions
  • A helper library for async/await.
  • oDATA TRONG DONET, RESTER framework
  • Validate dotnetcore use bootstrap 3 css
  • dynamically-loading-components-with-angular
  • Angular Sercurity
  • Add sercurity header for dotnetcore
  • Làm quen và cài đặt Golang (Iris framework)
  • Entity framework 6 - Entity maping to Stored Procedures
  • Angular Security - Authentication With JSON Web Tokens (JWT): The Complete Guide
  • Sql filestream
  • Một vài câu hỏi test Full-stack engineer (JavaScript)
Powered by GitBook
On this page
  • Frame Starter with Golang shoule be: Iris Go
  • Lần đầu chạy thử golang

Làm quen và cài đặt Golang (Iris framework)

PreviousAdd sercurity header for dotnetcoreNextEntity framework 6 - Entity maping to Stored Procedures

Last updated 6 years ago

Top 6 framework go

Frame Starter with Golang shoule be: Iris Go

Iris: The fastest web framework for Go in The Universe. MVC fully featured. Embrace the future today.

Lần đầu chạy thử golang

Mình đã cài đặt golang từ trang chủ :) tạo thử 1 ví dụ hello.go :) và gõ cmd: go run hello.go để chạy và kết quả in được ra dòng lệnh hello, world :D

Để tìm hiểu thêm về golang thì mình tìm kiếm các framework golang :), xem framework nào dễ học :) dễ hiểu, và quan trọng là nó gần gũi với cái base mà bạn đang có :). Mh thì lập trình dotnet, typescript, javascript nên mình chọn Iris làm framework để bắt đầu với golang.

Step 1: Download framework iris , bằng cách chạy lệnh này

go get -u github.com/kataras/iris

lệnh này éo chạy :) mình đi tìm lý do tại sao đéo chạy :)

LogoTop 6 web frameworks for Go as of 2017Medium
LogoHow to set up Go for Windows — a quick and easy guidefreeCodeCamp.org