GithubHelp home page GithubHelp logo

blackchain43 / gobyexample-vn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from s6k-gopher/gobyexample-vn

0.0 0.0 0.0 313 KB

Đây là phiên bản tiếng Việt của https://gobyexample.com/

Shell 0.23% Go 1.63% CSS 1.74% HTML 96.41%

gobyexample-vn's Introduction

Về repo này

Phiên bản tiếng Việt của https://gobyexample.com/ - Học lập trình Go thông qua các ví dụ.

Phiên bản tiếng Anh gốc ở https://github.com/mmcgrana/gobyexample

Cách sử dụng repo

Nội dụng và các công cụ để build Go by Example, trang web hướng dẫn học Go thông qua các ví dụ có chú thích.

Tổng quan

Trang Go by example được built bằng cách tách phần code và phần chú thích khỏi các file nguồn trong thư mục examples và render ra các trang tĩnh bên trong thư mục public bằng cách sử dụng thư mục template. Các chương trình thực thi quy trình trên nằm ở thư mục tools, cùng chỗ với các dependencies được chỉ định trong file go.mod

Thư mục public sau khi build xong có thể được serve bằng các hệ thống static content system. Ví dụ như trang production có thể sử dụng S3 và CloudFront.

Building

test

Để có thể build trang web bạn cần phải cài đặt Go. Sau đó chạy:

$ tools/build

Để có thể build liên tục:

$ tools/build-loop

Để xem trang web ở local:

$ tools/serve

và đi đến http://127.0.0.1:8000/ ở trong trình duyệt của bạn.

Publishing

Để upload trang:

$ export AWS_ACCESS_KEY_ID=...
$ export AWS_SECRET_ACCESS_KEY=...
$ tools/upload

Bản quyền

Bản quyền của công trình này thuộc về Mark McGranaghan và được cấp giấy phép bởi Creative Commons Attribution 3.0 Unported License.

Bản quyền hình ảnh Go Gopher thuộc về Renée French và được cấp giấy phép bởi Creative Commons Attribution 3.0 Unported License.

Translations

Các phiên bản dịch khác của Go by Example có thể tìm tại các trang sau:

gobyexample-vn's People

Contributors

blackchain43 avatar hoaiphuc2000 avatar locmxse60602 avatar lyxuansang91 avatar viethung98 avatar hqphuoc129 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.