Browse Source

placing API in go fs

content-update
OGordoo 4 years ago
parent
commit
6527ae46a5
  1. 2
      subjects/ascii-art/README.md
  2. 2
      subjects/ascii-art/color/README.md
  3. 2
      subjects/ascii-art/fs/README.md
  4. 2
      subjects/ascii-art/justify/README.md
  5. 2
      subjects/ascii-art/output/README.md
  6. 2
      subjects/ascii-art/reverse/README.md

2
subjects/ascii-art/README.md

@ -9,7 +9,7 @@ Ascii-art consists on receiving a `string` as an argument and outputting the `st
This project will help you learn about :
- The Go file system(**fs**).
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

2
subjects/ascii-art/color/README.md

@ -11,7 +11,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- The Go file system(**fs**).
- The Go file system(**fs**) API.
- RGB color model.
- Ways to receive data.
- Ways to output data.

2
subjects/ascii-art/fs/README.md

@ -6,7 +6,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- The Go file system(**fs**).
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

2
subjects/ascii-art/justify/README.md

@ -13,7 +13,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- The Go file system(**fs**).
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

2
subjects/ascii-art/output/README.md

@ -8,7 +8,7 @@
This project will help you learn about :
- The Go file system(**fs**).
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

2
subjects/ascii-art/reverse/README.md

@ -11,7 +11,7 @@ You must follow the same [instructions](https://public.01-edu.org/subjects/ascii
This project will help you learn about :
- The Go file system(**fs**).
- The Go file system(**fs**) API.
- Ways to receive data.
- Ways to output data.
- Manipulation of strings.

Loading…
Cancel
Save