This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
| <div class="container"> | |
| {% for project in projects %} | |
| {% if forloop.counter0|divisibleby:3 %} <div class="row text-center"> {% endif %} | |
| <div class="col-md-4" onclick="window.location.href='{% url 'club:robotics_detail' project.id %}'" style="cursor: pointer"> | |
| <div class="card"> | |
| <img src="http://placehold.it/300X150" alt=""> | |
| <div class="card-content"> | |
| <br> | |
| <h4>Project {{ forloop.counter }}</h4> | |
| <hr> |
| . | |
| ├── books | |
| │ ├── handlers.go | |
| │ └── models.go | |
| ├── config | |
| │ └── db.go | |
| └── main.go |