Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shimabox/study-go


https://github.com/shimabox/study-go

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# study-go

[A Tour of Go](https://go.dev/tour/list "A Tour of Go") をやっていき。

## 環境作成

```
$ make build
```
or
```
$ docker-compose up -d --build
```

## 環境に入る

```
$ make in
```
or
```
$ docker-compose exec go bash
```

## 実行

```
# 環境に入ってから
go run hello.go
```