Giter Club home page Giter Club logo

Comments (3)

matthewmueller avatar matthewmueller commented on June 3, 2024

Hey @zepnex

Can you share some code? And the request you're trying to make?

Two things to try based on what you said:

  1. Are you using functions or methods? Bud expects methods (e.g. func (c *Controller) Index() {})
  2. Or do you specifically mean it's not routing with the trailing slash /?

from bud.

zepnex avatar zepnex commented on June 3, 2024

Hey @matthewmueller

Sorry my previous post is missing a significant information 😅

I dont have any specific code right now. But what i basically mean is that i want to have a method in my posts/controller.go like func (c *Controller) Index() {}
Which works like example.com/posts/:id but with a string instead.
When I search for example.com/posts/Filter-Coffee its should server me with the content of the Story "Filter-Coffee", when example.com/posts/Go-Bud then with the content of "Go-Bud".
But they all should be handled over one method.

And I am using methods sorry for the confusion 😅

from bud.

zepnex avatar zepnex commented on June 3, 2024

Hi its me again 😅

It's a little bit awkward to admit, but the problem I described is not really a problem :D
Basically what i searched for was the Show() methode. I don't know why but in my world this methode was only working with integers :D. But I know that I can also use it for string etc.

Sorry for the unnecessary issue 😅

from bud.

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.