Giter Club home page Giter Club logo

serie's Introduction

Bienvenido

Bienvenido al proyecto Serie

Objetivo

El objetivo de este proyecto es solucionar la siguiente serie:

2, 4, 7, 28, 33, 198, ...

1    2    4    7    28   33   198 ...
  +1   x2   +3   x4   +5    x6
 
 Si x = 1, y = 2
 Si x = 2, y = 4
 Si x = 3, y = 7
 Si x = 4, y = 28
 Si x = 5, y = 33

Encontrarás también lo siguiente:

  • Cómo crear parametrizar tu aplicación mediante el uso de flags y proporcionar ayuda semejante a las man pages de Linux.
  • Cómo desacoplar loggers que envíen sus resultados a los streams estándares de Linux.
  • Cómo escribir los resultados de los streams estándares en un archivo.
  • Cómo asignar estos loggers a una estructura para que puedas aplicar inyección de dependencias.
  • Cómo crear una tabla de testing para evitar la creación de pruebas innecesarias.

Indice

  1. Requisitos.
  2. Cómo ejecutar.

1. Requisitos.

  • Tener instalado Golang 1.15.* ó superior.

2. Cómo ejecutar.

  • Para descargar este módulo ejecuta:
   go get github.com/gophers-latam/serie
  
  • Para mostrar la ayuda ejecuta el script help.sh.
  • Para ejecutar los tests ejecuta el script run_tests.sh.
  • Para ejecutar el módulo ejecuta el script run.sh.

serie's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  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.