Coder Social home page Coder Social logo

Comments (8)

asim avatar asim commented on June 16, 2024 1

Those have been added to the index.html file

from micro.

qs3c avatar qs3c commented on June 16, 2024

I had the same problem as you, have you solved it yet?

from micro.

adlion avatar adlion commented on June 16, 2024

+1

from micro.

asim avatar asim commented on June 16, 2024

It happens when a package you're trying to request doesn't exist. The metadata package is gone. Use the context package instead.

from micro.

zflbigbang avatar zflbigbang commented on June 16, 2024

I have solved it , you need input "go get go-micro.dev/v4" then "go mod tidy".

from micro.

alex-dna-tech avatar alex-dna-tech commented on June 16, 2024

@zflbigbang go-micro.dev/v4 is a different developer/branch, separate from this project, but based on the same idea and previous version of the framework. Historically, they have split and may have differences in package code. Since they have the same concept, you can use code from go-micro.dev in micro.dev and vice versa. You can also use the m3o project as a source of inspiration.

from micro.

alex-dna-tech avatar alex-dna-tech commented on June 16, 2024

@asim As the go mod package name is not based on the hosted github.com/micro/micro URL - HTML go-import meta tag should be created on the micro.dev site.

go-micro.dev as example:

dna-tech@alex$ curl https://go-micro.dev/ | head -n 10
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1277  100  1277    0     0   9671      0 --:--:-- --:--:-- --:--:--  9748
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width" />
    <meta name="go-import" content="go-micro.dev/v4 git https://github.com/go-micro/go-micro">
    <meta name="go-source" content="go-micro.dev/4 https://github.com/go-micro/go-micro https://github.com/go-micro/go-micro/tree/master{/dir} https://github.com/go-micro/go-micro/blob/master{/dir}/{file}#L{line}">
    <meta http-equiv="refresh" content="0;URL='https://github.com/go-micro/go-micro'" />
    <title>Go Micro</title>
    <style>

from micro.

asim avatar asim commented on June 16, 2024

Ok will try sort this out later tonight

from micro.

Related Issues (20)

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.