Melkeydev/go-blueprint

[Bug] chi not visible but selection works

Closed this issue · 4 comments

What is the problem?

I tried creating a project with blueprint but chi as a framwork option was not visible.

Operating System

macos

Architecture Version (x86, x64, arm, etc)

x64

Steps to reproduce

  1. Install blueprint
  2. run the command
  3. voila, chi is not visible.

Picture:

image

Relevant log output

> martin-scor          


  [ ] Gin
Features a martini-like API with performance that is up to 40 times faster thanks to httprouter

  [ ] Fiber
An Express inspired web framework built on top of Fasthttp

  [ ] Gorilla/Mux
Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler

  [ ] HttpRouter
HttpRouter is a lightweight high performance HTTP request router for Go

  [ ] Echo
High performance, extensible, minimalist Go web framework

Press y to confirm choice.

> [x]  Mysql
 MySQL-Driver for Go's database/sql package

  [ ] Postgres
Go postgres driver for Go's database/sql package

  [ ] Sqlite
sqlite3 driver conforming to the built-in database/sql interface

  [ ] Mongo
The MongoDB supported driver for Go.

  [ ] None
Choose this option if you don't wish to install a specific database driver.

Press y to confirm choice.
                                                   
 Next steps cd into the newly created project with:
 • cd martin-scor
                 
 Tip: Repeat the equivalent Blueprint with the following non-interactive command:
 • go-blueprint create --name martin-scor --framework chi --driver mysql

On Linux and Windows, there is no such bug, but I will try to reproduce it on macOS.

We were unable to reproduce the bug. It seems that the problem is local. Please try reinstalling go-blueprint, and if that doesn't resolve the situation, install the latest version of Go

We were unable to reproduce the bug. It seems that the problem is local. Please try reinstalling go-blueprint, and if that doesn't resolve the situation, install the latest version of Go

hey sure let me try again and i shall get back to you!

image

works on a different machine of mine. Seems like an installation issue. Thanks @Ujstor , good stuff!