# //go:fix inline and the source-level inliner

DevFeed: [//go:fix inline and the source-level inliner](<https://devfeed.tech/articles/go-fix-inline-and-the-source-level-inliner-2361.md>)

Original publisher: [Read original article](<https://go.dev/blog/inliner>)

Author: Alan Donovan

Published: 2026-03-10T00:00:00Z

Content type: article

Language: en

Sources: [The Go Blog](<https://devfeed.tech/sources/the-go-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [go](<https://devfeed.tech/tags/go.md>), [migration](<https://devfeed.tech/tags/migration.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

Go 1.26 introduces a source-level inliner for //go:fix that supports safe, self-service API migrations and source transformations.

## Source excerpt

How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.